NonStop Server for Java Tools Reference (NSJ 4.0+)
Tools Home Page
jdb: Java Debugger
The jdb tool helps you find and fix errors in Java programs. For a complete
description of the tool and its use, see the Sun Microsystems documentation for
jdb.
Synopsis●
Description
Starting a jdb Session❍
Basic jdb Commands❍
Breakpoints❍
Stepping❍
Exceptions❍
●
Command-Line Options
Deviations from Standard Java❍
Options Forwarded to the Debugged Process❍
●
Connecting for Remote Debugging●
Transports●
See Also●
Synopsis
jdb [ options ] [ class ] [ arguments ]
options
See Command-Line Options.
class
Name of the class to begin debugging.
arguments
Arguments passed to the main() method of class.