The Breakpoints window in NetBeans IDE allows you to set or delete a breakpoint. A breakpoint is a flag in the source code that tells the Distributed NetBeans Remote 3GL debug interface to stop program execution. When your program stops at a given line you can examine the values of variables defined in your program.
You can also set or delete breakpoints using Command Input Box. For more information, see Command Input Box (in output pane).
Setting a Breakpoint
To set a breakpoint in the source code, see Working With Breakpoints
(available
from Using NetBeans IDE 6.5 Debugging
Applications at
http://www.netbeans.org/kb/55/using-netbeans/debug.html ).
Deleting a Breakpoint
To delete a breakpoint do the following:
Breakpoints Window
To view the details about breakpoints window, see Working With Breakpoints
(available
from Using NetBeans IDE 6.5 Debugging
Applications at
http://www.netbeans.org/kb/55/using-netbeans/debug.html ).