The ddetach command detaches the CLI from all processes in the current focus. This
undoes the effects of attaching the CLI to a running process; that is, the CLI releases all control over the process, eliminates all debugger state information related to it (including action points), and allows the process to continue executing in the normal run-time environment.
After this command executes, you are no longer able to access program variables, source location, action point settings, or other information related to the detached process.
If a single thread serves as the set, the CLI detaches the process that contains the thread. If you do not indicate a focus, the default focus is the process of interest (POI).