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

Qml Debugger not breaking

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P1: Critical
    • Qt Creator 2.2.0
    • Qt Creator 2.2.0
    • Debugger
    • Linux 64 bit
      Windows Vista x64

    Description

      1. creating a standard qml application and change the main.qml file to:

      import QtQuick 1.0
      
      Rectangle {
          id: root
          width: 360
          height: 360
          Text {
              id: myText
              text: "Hello World"
              anchors.centerIn: parent
          }
          MouseArea {
              anchors.fill: parent
              onClicked: {
                  center()
              }
          }
      
          function center() {
              myText.anchors.fill = root
          }
      }
      

      2. set a breakpoint to the center() methode

      -> don't stops a the breakpoint

      Attachments

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

        Activity

          People

            kkohne Kai Köhne
            bubke Marco Bubke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes