How to: Detach All Processes

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

Topic does not apply Topic does not apply Topic does not apply Topic does not apply Topic does not apply

Pro, Premium, and Ultimate

Topic applies Topic applies Topic applies

Topic applies

Topic applies

Detaching allows you to disconnect the debugger from a program that you have attached to or launched from the debugger.

To detach from all programs simultaneously

  • On the Debug menu, click Detach All.

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

    Warning

    Detaching from a process does not terminate the process. The process continues running on its host computer even though it is no longer attached to the debugger.

See Also

Other Resources

Attaching to Running Processes