Allow debugger instaces to be passed at runtime; Create in-processes debugger

This commit is contained in:
Yoshi Askharoun
2025-07-20 02:13:45 -05:00
parent 1667d353c2
commit 13d2fc640b
9 changed files with 86 additions and 19 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ namespace Microsoft.Iris.Markup
Application.Debugger.DebuggerCommand = InterpreterCommand.Break;
// Stop execution while the debugger is in break mode
while (Application.Debugger.DebuggerCommand == InterpreterCommand.Break) ;
Application.Debugger.WaitForContinue();
// If the debugger requested a single step, immediately set the debugger
// to break again for the next instruction