Switched to DebugSettings

This commit is contained in:
Yoshi Askharoun
2022-06-06 23:10:30 -05:00
parent c1fe12288c
commit 8cb0b9dfdf
5 changed files with 17 additions and 7 deletions
@@ -19,8 +19,6 @@ namespace Microsoft.Iris.Markup
private ParameterContext _parameterContext;
private Map<object, object> _scopedLocals;
private static Stack s_cache = new Stack();
public static bool UseDecompile = false;
public static List<System.Xml.XmlDocument> DecompileResults = new List<System.Xml.XmlDocument>();
private InterpreterContext()
{