Opened 12 years ago

Closed 11 years ago

#8746 closed bug (fixed)

Typecasting support for variables view

Reported by: anevilyak Owned by: anevilyak
Priority: normal Milestone: R1
Component: Applications/Debugger Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

In many cases, it would be useful to be able to typecast a variable to a different type in the debugger (i.e. for a void* parameter that's in fact an object, or a base class object that the user knows is in fact a particular subclass). Support for this needs to be added.

Change History (2)

comment:2 by anevilyak, 11 years ago

Resolution: fixed
Status: newclosed

Implemented in hrev44751/hrev44764. Still could use a bit more support for things like arrays, etc. but that will be much more doable once we have a proper expression parser.

Note: See TracTickets for help on using tickets.