on our VS (2017)
environment that uses QT using QT tools for Visual Studio, console.log is not appearing on debug window when QML is dynamically loaded/added using the component.createObject()
which is called from a QML itself in an MDI manner.
How to work around this?