eclipse-cdt-cloud / vscode-memory-inspector

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

Allow to freeze content of a memory view instance #70

Closed planger closed 8 months ago

planger commented 8 months ago

Description A user shall be able to freeze the memory data shown in a view instance so that updates from the debug adapter are not overwriting the shown data anymore in the view. Cf. Theia Memory Inspector.