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

Cannot change the variable value in debug mode locals and expressions view

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • Qt Creator 3.6.1
    • Qt Creator 3.6.0
    • Debugger
    • None
    • Ubuntu 15.10
    • f523f0291f2a36b2885d2d78aa6df8b8e55c1d1a

    Description

      In the simple program:

      #include <iostream>
      using namespace std;
      int main(int argc, char *argv[])

      { int i = 0; cout << i << endl; return 0; }

      a breakpoint is set on the line "cout << ...". When debugging, the program stops at that breakpoint showing i=0 in the locals and expressions view. In the versions prior to 3.6.0 I could manually set the value of i in the locals view then continue the program with the manually set value. But in 3.6.0 that doesn't work – value of i is stays zero.

      Attachments

        Issue Links

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

          Activity

            People

              hjk hjk
              hovnatan Hovnatan Karapetyan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes