A way to change the data-type in the memory view
Open
- Dominant language
- TypeScript
- Stars
- 10.4k
- Forks
- 521
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.