Is there a way in uVision 5.x to set a break point in an assembly file (.s) and single step over assembly code in the debugger? This works in uVision 4.x but not in 5.
It seems I can set a break point in the assembly file and the application will halt at the correct instruction, but I'm only able to see that this happens in the disassembly window and not in the .s file itself.