mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Exposed debug-related options to public
This commit is contained in:
@@ -52,6 +52,10 @@ namespace Xune.Wpf
|
||||
|
||||
private void Init()
|
||||
{
|
||||
#if DEBUG
|
||||
Microsoft.Iris.Application.DebugSettings.TraceSettings.DebugTraceFile = @"C:\Users\jjask\Desktop\UIX.Skia.log";
|
||||
#endif
|
||||
|
||||
Microsoft.Iris.Application.Initialize(Surface, IrisWindow);
|
||||
|
||||
string pageUixPath = System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory,
|
||||
|
||||
Reference in New Issue
Block a user