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, you must specify the same port number in the -qport
option of the irmtdbgc command used to start the debug engine.
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 remote
debugging