You are on page 1of 1

1.

6 Debugging an Application
Left-Click on the line where you want to add a breakpoint on the left pane of the source editor. A pale red
circle will appear and
the line will be highlighted in pale red.
Figure 1.6: Debug
Open the main class, right click on it and select debug main. When the program is running it will stop on the
line that has a
breakpoint and the debug window will be opened that will allow you to interrogate your program at runtime.

You might also like