Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-8825 LLDB debugger does not work
  3. QTCREATORBUG-11595

Debugger misses cpp breakpoint on second run of a mixed debugging session

    XMLWordPrintable

Details

    • b562d1a470f33d9d4b100c355fa55a57a485a695

    Description

      Steps to reproduce:

      • create a Qt Quick Application (Qt Quick Controls 1.1)
      • set a breakpoint inside the main.cpp and another one inside the main.qml (on the Qt.quit() statement)
      • enable QML debugging (Project view, run settings)
      • start debugging
        • cpp breakpoint gets hit, hit 'Continue'
        • QML app comes up, trigger the menu File->Exit on the inferior
        • qml breakpoint gets hit, hit 'Continue'
        • application and debugger finish
      • start debugging again
        • cpp breakpoint won't get hit
        • QML app comes up, trigger the menu File->Exit on the inferior
        • qml breakpoint gets hit, hit 'Continue'
        • application and debugger finish

      Expected behaviour:

      • cpp breakpoint gets hit also the second (and additional) run(s)

      Attachments

        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