Start the Distributed Debugger user interface in daemon mode if you want the Distributed Debugger user interface to appear only after you have started a debug engine.
To start the Distributed Debugger user interface daemon, issue the following command at a command line prompt:
idebug -qdaemon -quiport=<port>
where <port> is the port number where you want the Distributed Debugger user interface daemon to listen for a debug engine.
When you start the debug engine that
will connect to this daemon, the port specified with the -quiport
option to the irmtdbgc command must be the same as the one
specified with the -quiport option to the idebug
command.
If you
will be debugging an interpreted Java program, use the irmtdbgj command with -qhost
and -quiport options. The port for the irmtdbgj -quiport option
must be the same as the port for the idebug -quiport option.
Starting the debugger for local
debugging
Starting
the debugger for debugging compiled languages remotely
Starting
the debugger for debugging interpreted Java remotely