Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
Qt Creator 3.6.0
-
None
-
RHEL 6.7
GCC 4.8.2
GDB 4.9
Description
We used to assign new values for integer variables during debugging sessions with gdb. This works as expected with at least version 3.4.1
After switching to version 3.6.0, this doesn't work anymore.
The Debugger log shows (left hand):
323assignValue
16:29:42.007
— token barrier —
16:29:42.093
16:29:42.093
16:29:42.097 [3ms]
and the response is (right hand side).
323assignValue
t16:29:42.007 [177ms]
>&"assignValue\n"
t16:29:42.007
>&"Undefined command: \"assignValue\". Try \"help\".\n"
t16:29:42.007
>323^error,msg="Undefined command: \"assignValue\". Try \"help\"."
t16:29:42.007
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-15551 setting variable values no longer works when debugging
- Closed