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:
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Microsoft.Iris.Debug
|
||||
{
|
||||
public class DebugSettings
|
||||
{
|
||||
public bool UseDecompiler { get; set; } = false;
|
||||
public bool OpenDebugPipe { get; set; } = false;
|
||||
public List<System.Xml.XmlDocument> DecompileResults { get; } = new List<System.Xml.XmlDocument>();
|
||||
public TraceSettings TraceSettings { get; } = TraceSettings.Current;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user