Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.5.0-rc1
-
Windows 7 64 bit
MinGW g++ 4.9.1
gdb 7.8
-
7a88612a8e39ef37fef39d25a7e8c38c1e011b4f
Description
- Stop at a breakpoint.
I stopped after the line:int i = 1;
- Add a new expression evaluator.
I added "i".
The value of the expression evaluator will be displayed in the Locals and Expressions view. - Double-click the expression evaluator there, change it and press Enter.
I changed it to "(char) i".
The expression evaluator will be left unchanged and a new one will be added.
I had expected that the existing expression evaluator will be changed.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-14775 Editing an entry in L&E adds a new one instead of replacing the edited one
- Closed