Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DEBUG ATTACH — VMS 5.1-B

     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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026