Share via


How to: Detach All Processes

This topic applies to:

Edition

Visual Basic

C#

C++

Web Developer

Express

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

Standard

Topic applies Topic applies

Topic applies

Topic applies

Pro and Team

Topic applies Topic applies

Topic applies

Topic applies

Table legend:

Topic applies

Applies

Topic does not apply

Does not apply

Topic applies but command hidden by default

Command or commands hidden by default.

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