User`s guide
Debugging for DSP56800E
Command-Line Debugging
229Targeting MC56F83xx/DSP5685x Controllers
NOTE There is no synchronization of debug events in the startup script.
Consequently, add the run debugging command to the startup script
and place the following debugging commands in another script to
execute them: debug, go, stop, kill, next, and step.
Command-Line Debugging Tasks
This section describes some tasks for command-line debugging.
Open a Command-Line Debugging Window
To open a command-line debugging window, choose Debug > Command Line
Debugger.
When the debugging window opens, it displays several command hints at the bottom
of the window.
Enter a Single Command-Line Debugging Command
To enter a single debugging command:
1. Type a command (or its shortcut followed by a space) on the command line.
(For example, the shortcut for the break command is b.)
2. If needed, type any options, separating them from the command and each other
with spaces.
3. Press Enter.
Enter Multiple Command-Line Debugging Commands
To enter multiple debugging commands:
1. Decide which commands (Tcl and debugger-specific) to use.
2. Type the commands into a file.
3. Save the file with a .tcl extension to indicate that it is a Tcl script.
4. Enter the run command to run the script.