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

Soft assert when removing QML break point

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 15.0.0
    • Debugger
    • None

    Description

      Dummy QML application with Main.qml:

      import QtQuick
      
      Window {
          Item {}
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
          MouseArea {
              anchors.fill: parent
              onClicked: {
                  console.log("click")
              }
          }
      }
      

      Set break point on the console.log, start debugging, click in the application, it stops in the debugger.

      When removing and re-adding the breakpoint a few times, I get the following soft assert:

      SOFT ASSERT [10:11:46.933]: "m_state == assumedCurrent" in /Users/ziller/git/qt-creator/15.0/src/qtcreator/src/plugins/debugger/breakhandler.cpp:1259
      6 2
      

      It doesn't seem to appear when removing and re-adding the breakpoint once, but after doing it multiple times while the debugger is stopped at the breakpoint.

      Attachments

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

        Activity

          People

            hjk hjk
            con Eike Ziller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes