You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: