Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-49615

QML debugger cannot deal with multiple QmlEngines

XMLWordPrintable

    • c3f03bbff1db14dc5b5436d8aef834512207d498

      QML debugger cannot deal with multiple QmlEngines

      Steps to reproduce:

      (1) Create a QML Application using the wizard
      (2) Enable QML debugging in run settings
      (3) Test QML debugging (it works)
      (4)

      Add this code to main.cpp

      QApplication app(argc, argv);
      + QQmlEngine someWeirdEngine;
      QQmlApplicationEngine engine;
      

      (5) Test QML debugging again (it does not work anymore)

      The first break point seems to be hit, but Qt Creator does not show the correct location. Continuing does not work. The QML application hangs.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ulherman Ulf Hermann
            thohartm Thomas Hartmann
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes