QT in Visual Studio using QML, console.log not showing logs when QML is dynamically loaded

306 views Asked by At

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?

0

There are 0 answers