User`s guide

Debugging for DSP56800E
Command-Line Debugging
234
Targeting MC56F83xx/DSP5685x Controllers
bringtofront
Use the bringtofront debugging command to indicate whether to always display
the command-line debugging window in front of all other windows on the screen.
Prototype
bri[ngtofront] [on |off]
Examples
Table 8.5
shows examples of the bringtofront command.
break p:$1048a This example sets a breakpoint on the machine address
1048a.
break This example displays all the breakpoints.
break #4 off This example removes breakpoint number 4.
(To determine the number assigned to a particular
breakpoint, execute the break command.)
break main.c
`15
This example sets a breakpoint on line 15 in main.c
(Please note: The filename argument is case-sensitive.
You may get an error message if it is typed incorrectly.)
Table 8.5 Debugging Command Examples: bringtofront
Example Description
bringtofront This example toggles the current bringtofront
setting of the window.
bringtofront on This example sets the command-line debugger
window to always display in front of other windows.
Table 8.4 Debugging Command Examples: break (continued)
Example Description