Skip to content

Commit 001ea3a

Browse files
committed
acrolinx edits
1 parent f903019 commit 001ea3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 or use [Report a Problem](../ide/how-to-report-a-problem-with-visual-studio.md).
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)