Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more types in Memory View #51

Open
emoon opened this issue Jan 16, 2024 · 0 comments
Open

Support more types in Memory View #51

emoon opened this issue Jan 16, 2024 · 0 comments
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement. Visualization A request for new debugger visualization features.

Comments

@emoon
Copy link

emoon commented Jan 16, 2024

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.

@ryanfleury ryanfleury added the Feature Request A request for a new feature or improvement. label Jan 18, 2024
ratchetfreak added a commit to ratchetfreak/raddebugger that referenced this issue Feb 22, 2024
add 2 rows showing floating point interpretation of the byte (single and double precision)

partially addresses EpicGamesExt#51
ratchetfreak added a commit to ratchetfreak/raddebugger that referenced this issue Mar 27, 2024
add 2 rows showing floating point interpretation of the byte (single and double precision)

partially addresses EpicGamesExt#51
@ryanfleury ryanfleury added the Visualization A request for new debugger visualization features. label Mar 29, 2024
ratchetfreak added a commit to ratchetfreak/raddebugger that referenced this issue Apr 8, 2024
add 2 rows showing floating point interpretation of the byte (single and double precision)

partially addresses EpicGamesExt#51
ratchetfreak added a commit to ratchetfreak/raddebugger that referenced this issue Jun 25, 2024
add 2 rows showing floating point interpretation of the byte (single and double precision)

partially addresses EpicGamesExt#51
@ryanfleury ryanfleury added the Debugger Pertains to the debugger. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger Pertains to the debugger. Feature Request A request for a new feature or improvement. Visualization A request for new debugger visualization features.
Projects
None yet
Development

No branches or pull requests

2 participants