Debugging your program
To debug your program, choose Run|Debug. If necessary, your code will be re-compiled, then the debugger will start. You can view information about threads, data values, and you can step through your source code. You can debug both local and distributed applications.
![]()
For more information, see:
Building Applications with JBuilder: Debugging Java programs
Distributed Application Developer's Guide: Debugging distributed applications