Skip to content

Commit 84ccf5d

Browse files
Merge pull request #13950 from Mikejo5000/mikejo-br25
Add link to Report a Problem
2 parents 276c28f + 001ea3a commit 84ccf5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/debugger/stop-debugging-in-progress-dialog-box.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Stop Debugging In Progress Dialog Box"
33
description: Explore the Stop Debugging In Progress dialog box, which appears when the debugger tries to stop a debugging session, but stopping the session will take time.
4-
ms.date: "11/04/2016"
4+
ms.date: "5/27/2025"
55
ms.topic: "ui-reference"
66
f1_keywords:
77
- "vs.debug.stopnow"
@@ -21,12 +21,12 @@ ms.subservice: debug-diagnostics
2121
---
2222
# Stop Debugging In Progress Dialog Box
2323

24-
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.
24+
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 doesn't 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 or use [Report a Problem](../ide/how-to-report-a-problem-with-visual-studio.md).
2525

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

2828
**Stop Now**
29-
Click this button to end the debugging session immediately. Using **Stop Now** will 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.
29+
Click this button to end the debugging session immediately. Using **Stop Now** will terminate rather than detaching the processes being debugged. If you're debugging system processes, terminating those processes with **Stop Now** can have unexpected and undesired effects.
3030

3131
## See also
3232
- [Debugger Security](../debugger/debugger-security.md)

0 commit comments

Comments
 (0)