Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-70989

Debugger: Adding breakpoints to property assignments might end up in broken debug session

    XMLWordPrintable

Details

    • Windows
    • 213fdd341038d5256a017555570e3359cf111001 d1ac941ce74af8aabfc2aa522e48ba826d3080f6

    Description

      Steps to reproduce:

      • create Qt Quick Application from scratch
      • set a breakpoint onto a property assignment (if it matters: I had used
      anchors.fill: parent 

      and

      anchors.centerIn:parent 
      • start debugging

      Current result:

      • debugger stops at one of the locations (Application Output pane shows some error regarding QQmlExpression depends on non-notifyable properties)
      • hit continue
      • debugger stops at the other location
      • hit continue
      • debugger is back at the first location
      • this seems to be possible endless

       

       

      Attachments

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

        Activity

          People

            ulherman Ulf Hermann
            cstenger Christian Stenger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes