Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-11024

Debugger does not stop at breakpoint in QML file

    XMLWordPrintable

Details

    Description

      1. Create a new Qt Quick Application project using component set Qt Quick 2.
      2. Open its main.qml file and place a breakpoint in line 17:
        Qt.quit()
        
      3. Make sure that QML debugging is enabled in build- and run-settings.
      4. Start debugging this on an iOS device.
      5. When you see the application running on the device, tap its window.
        The application quits together with the debugger. The breakpoint is not hit.
        Replacing "Qt.quit()" with some other code does not change this. The code will be executed but the breakpoint will not be triggered.

      Execution should stop at the breakpoint.

      Attachments

        1. left.log
          0.6 kB
        2. right.log
          14 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            fawzi Fawzi Mohamed
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes