Support more types in Memory View #51
Labels
Debugger
Pertains to the debugger.
Feature Request
A request for a new feature or improvement.
Visualization
A request for new debugger visualization features.
This is more of a feature request than a bug, but in the memory view only bytes are shown (next to the current selected value preview)
It would be nice to support all the common types: s8, u8, s16, u16, s32, u32, s64, u64, f32 and f64 in hex and integer. In MSVC you can right click and get a context menu up to select between these. Also the ability to switch endian mode is useful now and then.
The text was updated successfully, but these errors were encountered: