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

Debugger stops at unrelated breakpoints

    XMLWordPrintable

Details

    • Bug
    • Resolution: Moved
    • P2: Important
    • None
    • Qt Creator 2.6.0-rc
    • Debugger
    • None

    Description

      Steps to reproduce:

      • open or create 2 or more Qt (Quick/GUI/Console) applications
      • set a breakpoint in each of the main.cpp files in different( ! ) lines

      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.cpp file belonging to the current active project, but stops at every line that has a breakpoint in any main.cpp actually opened)

      Expected behaviour:

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

      Example:
      Projects: untitled1, untitled2, untitled3
      Breakpoints:

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

      Debugging untitled3 stops at:

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

      Attachments

        Issue Links

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

          Activity

            People

              hjk hjk
              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