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 IconFunctionRelated Menu Item
DebugDebug > Debug
Step IntoDebug > Step Into
PauseDebug > Pause
ContinueDebug > Continue
Finish Debug SessionDebug > Finish Debugger Session