User`s guide
Debugging for DSP56800E
Command-Line Debugging
233Targeting MC56F83xx/DSP5685x Controllers
Examples
Table 8.3
shows examples of the alias command.
Table 8.3 Debugging Command Examples: alias
break
Use the break debugging command to:
• Set a breakpoint
• Remove a breakpoint
• Display all currently set breakpoints
Prototype
b[reak] [func_name | machine_addr] |
[file_name line_num [column_number]] |
[func_name | brkpt_num off]
Examples
Table 8.4
shows examples of the break command.
b
Example Description
alias .. cd .. This example creates a command named .. to go to the
parent directory.
alias This example lists all the currently set aliases.
alias .. This example removes a previously specified alias
(named ..).
Table 8.4 Debugging Command Examples: break
Example Description
break foo This example sets a breakpoint on the function foo.
break foo off This example removes the breakpoint from the function
foo.