NonStop Server for Java Programmer's Reference (NSJ 4.0+)

For more details, see the Sun Microsystems Java Platform Debugger Architecture Documentation
(http://java.sun.com/products/jpda/doc/).
JDI specification does not provide in-process debugging. Hence, a Java based tool called a debugger is used
to debug another Java VM running the Java application. This Java VM, called the debuggee, also contains
the back-end of the debugger that is responsible to accept the request from the front-end of the debugger and
to respond to these requests.
NonStop Server for Java 4 ships a terminal oriented non-GUI debugging tool. This Java Debugger Tool
(JDB) can be used on a NonStop Kernel system platform to debug the Java applications running on the same
NonStop Kernel system or on another NonStop Kernel system or any other platform.
You can also use the non-GUI debugging jdb and other vendors' GUI debuggers running on Microsoft
Windows and other platforms to debug NonStop Server for Java 4 applications running on a NonStop Kernel
system.
Note: However, these tools must use the standard Java Debug Interface (JDI) as documented in
the JDPA specification for SDK 1.3.1. JPDA enhancements for the Java 1.4 family have not
been tested with the current implementation of NonStop Server for Java 4.