mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Fix in-proc debugger from continuously stopping
This commit is contained in:
@@ -45,6 +45,9 @@ public class InProcDebugger : IDebuggerClient, IDebuggerServer
|
||||
void IDebuggerServer.WaitForContinue()
|
||||
{
|
||||
if (DebuggerCommand is InterpreterCommand.Break)
|
||||
{
|
||||
DebuggerCommand = InterpreterCommand.Continue;
|
||||
Debugger.Break();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user