DEBUG ATTACH — VMS FORTRAN_5.2
The ATTACH command allows you to switch to another process. It
is used in the same way as the ATTACH command in DCL.
Format:
ATTACH process-name
Example:
DBG> SPAWN ! Create SMITH_1 subprocess
$ ATTACH SMITH ! attach back to parent
DBG> ATTACH SMITH_1 ! attach to subprocess