We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e3da6 commit 5667308Copy full SHA for 5667308
Mono.Debugging.Soft/SoftDebuggerSession.cs
@@ -629,6 +629,8 @@ void QueueEnsureExited ()
629
vm.Process.WaitForExit ();
630
});
631
}
632
+ } catch (InvalidOperationException) {
633
+ // ignore - this is thrown by the vm.Process getter when the process has already exited
634
} catch (Exception ex) {
635
DebuggerLoggingService.LogError ("Failed to launch a thread to wait for the process to exit", ex);
636
0 commit comments