Opened 11 years ago
Closed 10 years ago
#9948 closed bug (no change required)
Debugger: Format is not persistent in Variables view
Reported by: | stippi | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
A variable can be right-clicked in the Variables view and the format can be changed from "Unsigned" to "Hexadecimal" for example. But when stepping and the value of the variable changes, the format jumps back to the default "Unsigned" (for integers presumably).
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Do you by any chance have either a test case or reproducible set of steps for this issue? I've tried various things, and have thus far been unable to replicate the problem.
comment:4 by , 10 years ago
Resolution: | → no change required |
---|---|
Status: | new → closed |
After discussion, this appears to not (currently) be reproducible. Please reopen if seen again.
Note:
See TracTickets
for help on using tickets.
Is this only the case if the value changes between steps? The variable view state does in fact try to persist/restore the renderer settings, so this seems to indicate a hole of some kind in the logic there.