mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Switch to NetMQ for inter-process debugging
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Microsoft.Iris.Markup
|
||||
bool errorsDetected = false;
|
||||
object result = null;
|
||||
bool wasInDebugState = false;
|
||||
bool debugging = BridgeServer.Current != null;
|
||||
bool debugging = Application.Debugger != null;
|
||||
|
||||
while (!errorsDetected)
|
||||
{
|
||||
@@ -670,7 +670,7 @@ namespace Microsoft.Iris.Markup
|
||||
}
|
||||
}
|
||||
|
||||
BridgeServer.Current?.LogInterpreterOpCode(opCode, entry);
|
||||
Application.Debugger?.LogInterpreterOpCode(opCode, entry);
|
||||
}
|
||||
while (stack.Count > count)
|
||||
{
|
||||
@@ -1630,7 +1630,7 @@ namespace Microsoft.Iris.Markup
|
||||
}
|
||||
}
|
||||
|
||||
BridgeServer.Current?.LogInterpreterOpCode(opCode, entry);
|
||||
Application.Debugger?.LogInterpreterOpCode(opCode, entry);
|
||||
|
||||
if (stack.Count != xmlStack.Count)
|
||||
throw new InvalidOperationException(
|
||||
|
||||
Reference in New Issue
Block a user