Debugging a Core File | Attaching to a Running Process |
When you are finished debugging a running process, detach the debugger from the program. The process continues executing outside debugging control.
Quitting a session or loading another program does not terminate the current process. You must detach each process individually.
To detach the current process:
Note - If you are debugging multiple processes and you want to detach a process other than the current process, use the Active Sessions Dialog Box. From the Debugging window, choose DebugManage Sessions. From the list of processes being debugged, select a process and click Detach.