NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Detaching Programs

To detach from a process

  1. In the Programs dialog box, locate the process you want to attach to in the Debugged Programs list.
  2. Click the Detach button.

To detach from all processes simultaneously

If you detach all processes, the debugger session ends automatically.

CAUTION   Detaching from a program does not terminate the program. The program continues running on its host machine even though it is no longer attached to the debugger. To make sure the active program terminates, use the Stop Debugging command from the Debug menu. Be careful about stopping system processes, however, which can have sudden, adverse results, including system crashes.

See Also

Attaching to a Running Program or Multiple Programs