Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Mono.Debugging.Win32/CorDebuggerSession.cs')
-rw-r--r--Mono.Debugging.Win32/CorDebuggerSession.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mono.Debugging.Win32/CorDebuggerSession.cs b/Mono.Debugging.Win32/CorDebuggerSession.cs
index de121c2..349aaf4 100644
--- a/Mono.Debugging.Win32/CorDebuggerSession.cs
+++ b/Mono.Debugging.Win32/CorDebuggerSession.cs
@@ -158,6 +158,7 @@ namespace Mono.Debugging.Win32
void TerminateDebugger ()
{
helperOperationsCancellationTokenSource.Cancel();
+ Breakpoints.Clear ();
lock (terminateLock) {
if (terminated)
return;