This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision 5 assembly code debug

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.

0