Specifications
Saturn The DBUGSAT Debugger 11-1
Psy-Q Development System
C H A P T E R 11
The DBUGSAT Debugger
DBUGSAT is a full source level Debugger, as well as a traditional symbolic
Debugger. This allows source code to be viewed, run and traced, stepped-over,
breakpoints set and cleared.
The original symbolic debug facilities are all still available. A source level display will
revert to a symbolic disassembly, when no source level information is available.
The following Debugger topics are discussed in this chapter:
•• Command Line Syntax
•• Configuration
•• Activity Windows
•• Debugger Options
•• Menu and Keyboard Usage
At the end of the chapter a short ‘tour’ of the Debugger provides a guide to its most
important features; use this in conjunction with the included sample C program.