mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Allow debugger instaces to be passed at runtime; Create in-processes debugger
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user