Simplify debugging custom style files
Opened this issue · 1 comments
MisterAI commented
In order to support the creation of user defined type it would be helpful to get some debug output whenever loading or applying a custom style file was loaded. Otherwise it is hard to know why the extension doesn't behave as expected. Maybe there is already such a debugging possibility but I couldn't find any so far.
Possible implementation:
- User sets some CustomFileTypes.xml in the settings.
- User starts debugging session
- In the output window at "Debug" an error message appears, if applicable e.g.:
- Graphical Debugging: Error loading type "NameSpace::Of::SomeC$lass"; invalid characters
- Graphical Debugging: Didn't load type "NameSpace::Of::AnotherClass"; already defined
awulkiew commented
Yes, optional logging should be there.