Stop Debugging In Progress Dialog Box

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This dialog box appears when the debugger is trying to stop a debugging session, but stopping the session is going to take some time. Stopping a debugging session is normally very fast and this dialog box does not appear. Sometimes, however, it takes additional time to detach from all the processes being debugged. If stopping the session takes more than a few seconds (or if a detach error occurs), this dialog box appears. If this occurs frequently, it may be due to an internal problem and you may want to contact Product Support Services.

You can wait for the processes to detach and this dialog box to disappear, or use the Stop Now button to force immediate termination.

Stop Now
Click this button to end the debugging session immediately. Using Stop Nowwill terminate rather than detaching the processes being debugged. If you are debugging system processes, terminating those processes with Stop Now can have unexpected and undesired effects.

See Also

Debugger Security
Detaching Programs