Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show hex representation of variable while debugging #63

Open
jbrown16 opened this issue Apr 14, 2020 · 0 comments
Open

Show hex representation of variable while debugging #63

jbrown16 opened this issue Apr 14, 2020 · 0 comments

Comments

@jbrown16
Copy link

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: microsoft/vscode#94935

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant