5.14.2 Debugging Your Application Code
To debug your application code:
- For a selected/main project, click on the Debug icon to begin debugging.
- Debug your code using debug functions. See items under the , and other menus for debug functions like additional Step options, breakpoints, watches, trace (if supported) and more.
- Halt your application code by clicking Pause.
- Execute code after halting by clicking Continue.
- End program execution by clicking Finish Debugger Session.
Button Icon | Function | Related Menu Item |
---|---|---|
Debug | ||
Step Into | ||
Pause | ||
Continue | ||
Finish Debug Session |