gdbgui icon indicating copy to clipboard operation
gdbgui copied to clipboard

A way to change the data-type in the memory view

Open DarkoreXOR opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. I want to examine an array of doubles in the memory view, but it is only supporting chars.

Describe the solution you'd like Mouse click on the table's header where is the char type label to change the data-type to another (char, double, short, float, ...).

Describe alternatives you've considered Custom code for converting a byte array to the desired data type. Another way is to use GDB-console.

DarkoreXOR avatar Oct 12 '20 21:10 DarkoreXOR

You can do this already outside of the GDB console - just add that with a type casting in the side bar under "expressions"

GitMensch avatar Dec 30 '21 21:12 GitMensch