The Distributed Debugger only
supports remote debugging of interpreted Java programs on Solaris.
To start debugging a interpreted Java program on Solaris from the command line:
The idebug command must be issued with -qhost option when debugging a remote program.
Tip: When debugging your interpreted Java program remotely, communication between the debugger and the program being debugged may be terminated prematurely by the JVM. If this happens, you will need to reload your program. To reload your program, select File > Load Program and enter the required information in to the Load Program dialog.