c++ - QML applicatin crashes; How to Debug? -
there crash in qml application. there way debug find initiates?
thanks in advace.
yes, check "enable qml" check box in creator before debugging:
in run settings, debugger settings section, select enable qml check box enable qml debugging.
as mentioned though, if have c++ code, problem lies there, , shouldn't need enable qml debugging; debug code usual.
Comments
Post a Comment