User`s guide

Debugging for DSP56800E
Command-Line Debugging
261Targeting MC56F83xx/DSP5685x Controllers
Examples
Table 8.27
shows examples of the step command.
\
stop
Use the stop debugging command to stop a running program after invoking a go,
step, or next debugging command.
Prototype
s[top] [all]
Examples
Table 8.28
shows examples of the stop command.
switchtarget
When you are performing multi-core or multi-chip debugging, use the
switchtarget debugging command to list the available debugging sessions and to
specify to which session you want to send subsequent debugging commands.
Table 8.27 Debugging Command Examples: step
Example Description
step li This example steps one line.
step in This example steps one instruction.
step into This example steps into a function.
step out This example steps out of a function.
Table 8.28 Debugging Command Examples: stop
Example Description
stop Stops the currently running target program.
stop all Stops all currently running target programs
when debugging multiple cores.