Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.3.1
-
None
-
Ubuntu 16.04 x64, GDB 7.11.1
-
6ae77f7daadfa59123384c9130fe7ce1705dead8
Description
The documentation says, it is possible to modify std::string and QString during debugging.
This does not work here. The inline editor opens and I can modify the string, but after Enter it has the old content. (Even if I just change one char without insertion or deletion)