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

How to switch value representation to hex in PIO Debug watch? #853

Closed
AlexanderAmelkin opened this issue Jun 24, 2019 · 3 comments
Closed

Comments

@AlexanderAmelkin
Copy link

Watched integer type expressions are always displayed in decimal unless they are of pointer type. How do I switch them to hexadecimal? Is that feature available? If not, is it planned? Thank you.

изображение

@mirao
Copy link

mirao commented Jun 25, 2019

Enter (void *)gpioa.regs.CRH, see microsoft/vscode#28025 (comment). It works for me even in PIO.

@AlexanderAmelkin
Copy link
Author

Thanks. Works for me too. An ugly kludge though...

@ivankravets
Copy link
Member

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

3 participants