Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.2.0-beta1
-
None
-
* Qt Creator from the master branch, b547b5b078552fefbb625991cba9ecfd4a8c4429
* gdb 7.5.1
Description
- Start debugging an application and interrupt/pause then
- Add a new expression evaluator, e.g. by drag'n'drop of some variable name from the editor to the "Locals and Expressions" view
- Select the added expression item
- Hit the Delete key on the keyboard
Expected: Delete removes the item
Actual: Delete has no effect
Removing the items by using the context menu works.