Skip to content

Commit 5667308

Browse files
committed
Explain why previous commit works
1 parent 04e3da6 commit 5667308

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Mono.Debugging.Soft/SoftDebuggerSession.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,8 @@ void QueueEnsureExited ()
629629
vm.Process.WaitForExit ();
630630
});
631631
}
632+
} catch (InvalidOperationException) {
633+
// ignore - this is thrown by the vm.Process getter when the process has already exited
632634
} catch (Exception ex) {
633635
DebuggerLoggingService.LogError ("Failed to launch a thread to wait for the process to exit", ex);
634636
}

0 commit comments

Comments
 (0)