gdbgui
gdbgui copied to clipboard
A way to change the data-type in the memory view
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.
You can do this already outside of the GDB console - just add that with a type casting in the side bar under "expressions"