User`s guide

Table Of Contents
Remote Debugging 3–7
Starting a Ladebug Session
The following command, entered from the host system, starts Ladebug and causes it
to connect to the EB64:
% ladebug size.out -rn eb64 -pid 0
Welcome to the Ladebug Debugger Version 1.3.1
------------------
object file name: size.out
machine name: eb64
process id: 0
Reading symbolic information ...done
Connected to remote debugger
(ladebug)
The (ladebug) in the previous example is the Ladebug prompt. You are now
ready to debug a process that is running on the EB64. To end this session and return
to the Debug Monitor command prompt, use the Ladebug quit command to
disconnect from the server.
Refer to the Ladebug documentation for more information about how to run
Ladebug.