User`s guide

Debugging for DSP56800E
Command-Line Debugging
241Targeting MC56F83xx/DSP5685x Controllers
debug
Use the debug command to start a command-line debugging session for a project.
Prototype
de[bug] [project_file_name]
Examples
Table 8.12
shows examples of the debug command.
dir or ls
Use the dir debugging command to list the contents of a directory when developing
on a Windows host. Use the same syntax that you use for the operating system dir
command.
NOTE
You can use the dir debugging command the same way you use the
dir OS command with one exception. You cannot use any option
that requires user input from the keyboard (such as /p for the dir
OS command).
Examples
Table 8.13
shows examples of the dir and ls commands.
Table 8.12 Debugging Command Examples: debug
Example Description
debug This example starts a debugging session for the
open default project.
debug des.mcp This example starts a debugging session for the
project named des.mcp.