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

Debugging: allow different data type visualization on Variables and Watch tabs #63581

Closed
dsanz006 opened this issue Nov 21, 2018 · 2 comments
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@dsanz006
Copy link

I am debugging a C program where I am treating some variables bit-wise. In this case, it would be extremely useful for me to be able to watch my variables in hexadecimal or binary format when I am debugging, in the Variables and Watch tabs. I can currently only see my variables as integers.

The feature I am requesting is common to any C/C++ debugging tool or IDE, so I think VS Code should have it as well. Not having it is a strong limitation for people developing embedded or low-level applications.

@weinand
Copy link
Contributor

weinand commented Nov 21, 2018

duplicate of #28025

@weinand weinand added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 21, 2018
@vscodebot
Copy link

vscodebot bot commented Nov 21, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Nov 21, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants