Starting the Distributed Debugger user interface daemon

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.

ngaix.gif (307 bytes)ngwin.gif (301 bytes)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.

ngjava.gif (225 bytes) 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.

ngrelt.gif (466 bytes)
ngaix.gif (1051 bytes)ngwin.gif (1069 bytes)Starting the debugger for local debugging
ngaix.gif (1051 bytes)ngwin.gif (1069 bytes)Starting the debugger for debugging compiled languages remotely
ngaix.gif (1051 bytes)ngwin.gif (1069 bytes)Starting the debugger for debugging interpreted Java remotely

ngrelr.gif (548 bytes)
idebug command
ngaix.gif (1051 bytes)ngwin.gif (1069 bytes)irmtdbgc command
ngjava.gif (225 bytes)irmtdbgj command