Process > Detach
Detaches from the current process. Once detached, the process is no longer under TotalView control.
If you want to stop the process’s execution, you should also use a Thread > Continuation Signal command to send a signal to the process. If you set the continuation signal to SIGSTOP, the process is stopped after you detach from it. Note that you can only send a signal to a thread; you cannot detach from an individual thread.
Use the Group > Attach Subset command to detach from one or more processes in a parallel program.
related topics