Library /sys$common/syshlp/dbg$help.hlb DEBUG, CONNECT, Examples *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1.DBG_1> CONNECT This command brings under debugger control any processes that are waiting to be connected to the debugger. 2.DBG_1> CONNECT JONES_3 This command interrupts the image running in process JONES_3 and brings the process under debugger control. Process JONES_ 3 must be in the same UIC group as the process in which the debugger was started. Also, the image must not have been linked with the /NOTRACEBACK qualifier. 3.DBG> CONNECT %NODE_NAME SCDTST /PASSWORD="eager_beaver" %DEBUG-I-NOLOCALS, image does not contain local symbols DBG> On Alpha systems, this CONNECT command brings the target system running Alpha operating-system code under debugger control. This example specifies that the Alpha target machine (running the operating system) has a node name of SCDTST and a password of eager_beaver. The Alpha host machine (running the debugger) has the default DBGHK$IMAGE_PATH: image-path.
|