HomeGo backGo forward

Debugging your program

You can debug both local and distributed applications, including servlets, JSPs, applets, EJBs, and unit tests. To debug your program, choose Run|Debug Project. Your program may be compiled. When debugging, you can view threads and data values, and control your program's execution. The debugger UI is displayed in the message pane.

Debugger

For more information, see:
Building Applications with JBuilder:  Debugging Java programs
Building Applications with JBuilder: Remote debugging

Go back Go forward