Added better debuging messages
This commit is contained in:
Родитель
1cfaf0301f
Коммит
e98f7c6d1a
|
@ -279,7 +279,7 @@ namespace HotUI
|
|||
}
|
||||
}
|
||||
}
|
||||
Console.WriteLine(type);
|
||||
// Console.WriteLine(type);
|
||||
hasChecked = true;
|
||||
}
|
||||
internal void DisposingObject(object obj)
|
||||
|
@ -311,7 +311,7 @@ namespace HotUI
|
|||
}
|
||||
}
|
||||
}
|
||||
Console.WriteLine(type);
|
||||
//Console.WriteLine(type);
|
||||
hasChecked = true;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
|
||||
namespace HotUI {
|
||||
|
@ -100,6 +101,7 @@ namespace HotUI {
|
|||
return this;
|
||||
if (builtView != null)
|
||||
return builtView;
|
||||
Debug.WriteLine ($"Building View: {this.GetType().Name}");
|
||||
using (new StateBuilder (State)) {
|
||||
State.SetParent (this);
|
||||
State.StartProperty ();
|
||||
|
|
Загрузка…
Ссылка в новой задаче