Forum : ST7/STM8
Original Post
Post Information | Post |
---|---|
March 9, 2010 - 3:48pm
|
How do I use Ride to step just one instruction instead of one line of C? It seems that I can do this by setting break points in the disassembly view (e.g. on the next instruction) but this is not practical. |
Hi Jacob,
Just click on the disassembly window, so that it gets the focus (the Windows cursor will be in there). After this, step into/over commands will be executed in assembly mode instead of C mode.
Regards,
Bruno
Thanks! That's what I wanted to know, and it seems to work fine.