Debugging

Debugging Startup

  1. After the breakpoints are set, click the debug icon on the toolbar to start debugging.
  2. After the debugging function is enabled, the system stops at the first (enabled) breakpoint. The Debugger view is displayed in the lower right corner of the debugging window, as shown in Figure 1.
    • The Frames area on the left is the program's method calling stack. This area displays the methods that have been called by the program to the breakpoint. The methods at the bottom are called earlier. The information in the blue box indicates the code line where the current debugging program stays.
    • The Variables area on the right displays the variable and thread information.
      Figure 1 Project debugging window