Specifications
Saturn The DBUGSAT Debugger 11-27
Psy-Q Development System
Useful Debugging Commands
F5 - Toggle breakpoint at cursor (Source or Disassembly)
F6 - Run to current cursor location (Source or Disassembly)
F7 - Single step (Source or Disassembly)
F8 - Step-over (i.e. break on next instruction or source line)
F9 - Run
ESC - Stop
If your program is running around an endless loop and you have hardware interrupt
support enabled (this requires an appropriate downloader version on the target), you
can press ESC at any time to stop the target. If you do not have hardware interrupt
support enabled, you can still stop the target if you have a pollhost ( ) call in a suitable
location, for example your program main loop or a regular interrupt handler.
For further details of the Debugger please refer to the earlier part of this chapter and
keep an eye on the Psy-Q BBS for further updates.