mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Switched to DebugSettings
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Microsoft.Iris.Markup
|
||||
byteCodeReader = context.LoadResult.ObjectSection;
|
||||
num = (long)((ulong)byteCodeReader.CurrentOffset);
|
||||
byteCodeReader.CurrentOffset = context.InitialBytecodeOffset;
|
||||
if (InterpreterContext.UseDecompile)
|
||||
if (Application.DebugSettings.UseDecompiler)
|
||||
result = RunDecompile(context, byteCodeReader);
|
||||
else
|
||||
result = Run(context, byteCodeReader);
|
||||
@@ -1561,7 +1561,7 @@ namespace Microsoft.Iris.Markup
|
||||
}
|
||||
|
||||
CleanUpXmlDoc();
|
||||
InterpreterContext.DecompileResults.Add(XmlDoc);
|
||||
Application.DebugSettings.DecompileResults.Add(XmlDoc);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user