Debugging qml plugin with QtCreator
Unsolved
Qt Creator and other tools
-
wrote on 14 Jan 2016, 21:36 last edited by
I used to write C++ Qt programs for Windows and debug them with MS Visual Studio and never used QtCreator.
But now I'd like to write qml plugin for open source software (written with Qt) and debug it with QtCreator in Windows 8.1.Is it possible to debug such plugin in QtCreator - set break points, review variables and so on?
And can anybody recommend me the strat point to begin? -
wrote on 14 Jan 2016, 21:46 last edited by
QtCreator supports debugging of QML but you need to activate this option from your project settings.
-
wrote on 15 Jan 2016, 20:51 last edited by
Thank you, Charby!
Do you mean Debugger settings/Enable QML? I know about it and suppose it is about Qml application. Am I right?
But I ask about “mixed” mode – I can’t understand how to debug qml module which we call from C++ program ( p->runQmlPlugin() )?
1/3