Specifications

Saturn The DBUGSAT Debugger 11-19
Psy-Q Development System
Var Window
Up/Down Move to next watch expression
Home Move to top watch expression
Ins Add a new watch expression
Del Delete the highlighted watch expression
+ Opens information on the data under the cursor (structure, array etc.) or
de-references the data if it is a pointer
- Closes expanded information
Tab Changes the result display format of a C expression under the cursor
Right/Left Increments/Decrements array index under the cursor (currently only if not
expanded with +)
< > (Also comma and dot) Crawls up and down the stack, adjusting the scope of
current debugger display to that of calling functions. Top level is a
ā€˜C’ callstack display.
ā€˜C’ Callstack Display
> (Also dot) Return to current scope
Enter Display the variables of the scope under the cursor.