Specifications

Saturn The Windows ‘95 Debugger 16-63
Psy-Q Development System
Debugging Your Program
The Psy-Q Debugger helps you to detect, diagnose and correct errors in your
programs. This is achieved via facilities which enable you to step and trace through
your code in order to examine local and global variables, registers and memory.
Breakpoints can be set wherever you need them at C and Assembler level and if
required, these breaks can be made conditional on an expression. Additionally,
selected breakpoints can be disabled for particular runs.
Your choice of Views depends on the level at which you are debugging. For example
it is appropriate to use a Register Pane for assembler debugging and a Local Pane
when debugging in C.
Specifying The Continual Update Rate
4 It is possible to adjust the rate at which the Debugger updates information while the
Target is running. This is particularly important for Targets which connect
independently of a pollhost( ) since rapid connection rates may cripple the Target. It
is achieved as follows:
1.
Select Continual Update Rate from the Project option on the main menu or press
Ctrl+I. A dialogue box displays the current rate in milliseconds:
Update Rate Dialogue Box
2.
Enter a new value and select . The rate is saved between all debugging
sessions and not as part of a Project.