Workshop 2007 JRE Java Support
Installation
Home
CalcTool
Java Applets
Friends/Family
Gardening
Woodworking
Forums

NetBeans has a very nice debugger.  Instead of choosing “Run File” choose “Debug File” in order to engage the debugger.  You can run your program as you would normally, except that you now have the ability to stop at various points in your code and step line-by-line in order to find bugs.

 

 

 

 

 

 

The debugger can be an invaluable tool to speed up code development. It has much more functionality than I am familiar with, but there is some nice documentation in the Help menu.

Using the Debugger