Skip to content

Commit ae74b2d

Browse files
author
David Karlaš
authored
Merge pull request #1784 from JetBrains/corDebugDeactivateBreakpointsOnTerminate
Breakpoints.Clear() deactivates all the breakpoints
2 parents f6338d7 + 0c4d40f commit ae74b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mono.Debugging.Win32/CorDebuggerSession.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ void QueueToHelperThread (Action action)
158158
void TerminateDebugger ()
159159
{
160160
helperOperationsCancellationTokenSource.Cancel();
161+
Breakpoints.Clear ();
161162
lock (terminateLock) {
162163
if (terminated)
163164
return;

0 commit comments

Comments
 (0)