microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
159 stars 173 forks source link

Show hex representation of variable while debugging #63

Open jbrown16 opened 4 years ago

jbrown16 commented 4 years ago

I work C/C++ code frequently and use VSCode as my primary editor and debugger. Viewing data in hexadecimal representation is necessary when working in low-level development. I'm hoping that it might be possible to configure the debugger, when viewing variables in the left panel and while hovering over the variables in the code editor space, that the hex representation of the variable's value can also be shown. Currently, I can only see the decimal and ASCII representations.

See also: https://github.com/microsoft/vscode/issues/94935