User`s guide
Debugging for DSP56800E
Launching and Operating the Debugger
217Targeting MC56F83xx/DSP5685x Controllers
The toolbar at the top of the window has buttons that allows you access to the
execution commands in the Debug menu.
Setting Breakpoints
1. Locate the code line.
Scroll through the code in the
Source pane of the Program window until you
come across the main() function.
2. Select the code line.
Click the gray dash in the far left-hand column of the window, next to the first
line of code in the main() function. A red dot appears (Figure 8.18)
, confirming
you have set your breakpoint.
Figure 8.18 Breakpoint in the Program Window
Breakpoint
Setting