XMLWordPrintable

Details

    Description

      Setting the breakpoint in e.g. the onClicked method of this example doesn't show anything in the Locals and Watchers for me:

      import Qt 4.7
      Rectangle {
          width: 200
          height: 323
          MouseArea {
              anchors.fill: parent
              onClicked: {
                 print("Hello World");
              }
          }
      }
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes