How to: Break a ProcessĀ
This topic applies to:
Visual Studio Edition |
Visual Basic |
C# |
C++ |
J# |
Visual Web Developer |
Express |
No |
No |
No |
No |
No |
Standard |
Yes |
Yes |
Yes |
Yes |
Yes |
Pro/Team |
Yes |
Yes |
Yes |
Yes |
Yes |
With the Processes window, you can break the execution of any attached process using the following procedure. Once the process is in break mode, you can later choose to continue the process or terminate the process. For more information, see How to: Break Execution, How to: Continue a Process, and How to: Terminate a Process.
To break a process
- In the Processes window, right-click the name of the process you want to detach, and on the shortcut menu, click Break Process.
See Also
Tasks
How to: Terminate a Process
How to: Detach a Process
How to: Continue a Process
How to: Use the Processes Window