Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
Qt Creator 3.6.0
-
None
-
Ubuntu 15.10
-
f523f0291f2a36b2885d2d78aa6df8b8e55c1d1a
Description
In the simple program:
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
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
- duplicates
-
QTCREATORBUG-15551 setting variable values no longer works when debugging
- Closed