eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
28 stars 40 forks source link

Memory references in variables #185

Closed jonahgraham closed 2 years ago

jonahgraham commented 2 years ago

Enable view binary data to variables view

This commit only supports top level variables (i.e. not members of structures/classes).

This supports the new feature in VSCode 1.64: https://code.visualstudio.com/updates/v1_64#_viewing-and-editing-binary-data

This PR includes some cleanup commits and test updates