Setting a Breakpoint on a Line or Function
To set a breakpoint, halt the target and click the required line or function in the source code. Alternatively, follow these steps:
- Halt the target by pressing thebutton.
- For a line breakpoint, specify the path to the source file and its line number.For a function breakpoint, specify the function name.
- To enable the breakpoint straight after creation, ensure that theEnabledbox is checked. To disable a breakpoint for now, uncheck the box.
- ClickApply and Close.
Now you can resume the target and see how your breakpoints work.