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

QML Debugger stops at unrelated breakpoints

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Not Evaluated
    • None
    • Qt Creator 2.6.0-rc
    • Quick / QML Support
    • None

    Description

      Steps to reproduce:

      • open or create 2 or more Qt Quick applications
      • set a breakpoint in each of the main.qml files in different( ! ) lines
      • enable Qml debugging and start debugging one of the projects

      Current behaviour:

      • Creator stops on all lines that have a breakpoint inside the no matter if they belong to the current active project or not (Creator stops only inside the main.qml file belonging to the current active project, but stops at every line that has a breakpoint in any main.qml actually opened)

      Expected behaviour:

      • Creator stops only on the lines belonging to the current active project

      Example:
      Projects: untitled1, untitled2, untitled3
      Breakpoints:

      • main.qml (untitled1) in line 8
      • main.qml (untitled2) in line 20
      • main.qml (untitled3) in line 10

      Debugging untitled3 stops at:

      • main.qml (untitled3) in line 8
      • main.qml (untitled3) in line 10
      • main.qml (untitled3) in line 20

      Attachments

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

        Activity

          People

            ajana Aurindam Jana
            cstenger Christian Stenger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes