Add a field for showing the data the selected element contains, if type is Element.
This should not be loading data by default, as a bad pointer would make it crash, resulting in useless debugging tool.
Something event better would be a way to also alter the data in different formats.
If type was not Element a "hex view" could be used to inspect a struct/union? (again being able to alter data would be best case)
Add a field for showing the data the selected element contains, if type is
Element
. This should not be loading data by default, as a bad pointer would make it crash, resulting in useless debugging tool.Something event better would be a way to also alter the data in different formats.
If type was not
Element
a "hex view" could be used to inspect a struct/union? (again being able to alter data would be best case)