Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Debugging qml plugin with QtCreator

    Tools
    qml qtcreator plugin debug
    2
    3
    1415
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      oivanov 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?

      1 Reply Last reply Reply Quote 0
      • Charby
        Charby last edited by

        QtCreator supports debugging of QML but you need to activate this option from your project settings.

        1 Reply Last reply Reply Quote 0
        • O
          oivanov 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 Reply Last reply Reply Quote 0
          • First post
            Last post