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

Expressions disappear on step

    XMLWordPrintable

Details

    Description

      1. Create a new Qt Quick UI project.
      2. In the project's main.qml file, replace "Qt.quit();" with some more lines of code:
        var i = 0;
        var j = 1;
        var x = 92;
        
      3. Set a breakpoint at the first of these lines.
      4. Start debugging the project and hit the breakpoint.
      5. Right-click on i in Locals and Expression view and select "Add Expression Evaluator for i" from the context menu.
        i appears as an expression.
      6. Step.
        "i" is gone.

      I expected the expressions to be shown all the time so I can see them changing.

      Attachments

        Issue Links

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

          Activity

            People

              kkohne Kai Köhne
              rlohning Robert Löhning
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes