Skip to content

Commit bd2c8fe

Browse files
committed
Call ObjectAdapter.CancelAsyncOperations ()
(cherry picked from commit a1fb0de)
1 parent 8513a26 commit bd2c8fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Mono.Debugging.Win32/CorDebuggerSession.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,11 @@ private static void HandleBreakpointException (BreakEventInfo binfo, COMExceptio
12251225
}
12261226
}
12271227

1228+
protected override void OnCancelAsyncEvaluations ()
1229+
{
1230+
ObjectAdapter.CancelAsyncOperations ();
1231+
}
1232+
12281233
protected override void OnNextInstruction ( )
12291234
{
12301235
MtaThread.Run (delegate {

0 commit comments

Comments
 (0)