mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Debug bridge improvements
This commit is contained in:
@@ -8,5 +8,12 @@ namespace Microsoft.Iris.Debug
|
||||
public bool OpenDebugPipe { get; set; } = false;
|
||||
public List<System.Xml.XmlDocument> DecompileResults { get; } = new List<System.Xml.XmlDocument>();
|
||||
public TraceSettings TraceSettings { get; } = TraceSettings.Current;
|
||||
|
||||
public Bridge Bridge { get; } =
|
||||
#if ZUNE
|
||||
new(OwlCore.Remoting.RemotingMode.Host);
|
||||
#else
|
||||
new();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user