eclipse-cdt-cloud / vscode-memory-inspector

vscode memory inspector
https://open-vsx.org/extension/eclipse-cdt/memory-inspector
Eclipse Public License 2.0
6 stars 10 forks source link

Allow to configure memory data format #118

Open planger opened 5 months ago

planger commented 5 months ago

Description

With the introduction of the hover service (#66) we can now view the memory data in different formats by hovering above groups. However, it will also be useful to switch the format of the data entirely via display options. Note that this potentially relates to #114, as the group size may depend on the selected format (e.g. doubles).