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

Debugger: Issues when adding / removing breakpoints while debugging especially while mixed debugging

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 4.8.0-beta1
    • Debugger
    • Linux/X11, Windows

    Description

      Steps to reproduce:

      • setting breakpoints while not debugging seems to be fine as it was before 4.8
      • but when debugging it seems there are some issues
        • adding a breakpoint inside QML before the QML part gets executed does not always show the breakpoints on the line number (editor) - sometimes it works
        • the breakpoints seem to get added to the qml debugger, but may end up with wrong information (I had several times added qml break points at locations that should be able to get triggered - but the break points itself where located at property assignments of object creations and similar
        • removing break points seem to not remove them completely - I hit them still although they had been removed
        • removing break points might make the debugging session completely useless (had a breakpoint on app.exec(); of the cpp part and another bp on the if condition before, when the latter one got hit, removed the one on app.exec() and hit continue - but never came to a state where inferior could be interacted with - had to stop this by Stop on the Application Output pane

      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:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes