5.14.2 Debugging Your Application Code

To debug your application code:

  1. For a selected/main project, click on the Debug icon to begin debugging.
  2. Debug your code using debug functions. See items under the Debug > Windows > Debugging, and other menus for debug functions like additional Step options, breakpoints, watches, trace (if supported) and more.
  3. Halt your application code by clicking Pause.
  4. Execute code after halting by clicking Continue.
  5. End program execution by clicking Finish Debugger Session.
Table 5-8. Buttons for Debug Flow
Button Icon Function Related Menu Item
Debug Debug > Debug
Step Into Debug > Step Into
Pause Debug > Pause
Continue Debug > Continue
Finish Debug Session Debug > Finish Debugger Session