On 31/08/2011 09:51, Mark Morgan Lloyd wrote:
Should this work from the assembler window? The buttons appear to step to the next source line and manually setting a breakpoint by typing in an address appears to work on some architectures (PPC) but not others (SPARC).


Yes the button should do single step (whatever gdb belives a single instruction step to be), if supported by gdb. You can also assign keys (like alt-f8 alt-f7); or make the default f7/f8 focus sensitive (so they single-inst-step if the asm win has focus).

If it does not work for you, please open the "Debug output" window from "view" / "debug windows" and check what command is sent to gdb.




--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to