Skip to content

VS debugging and missing u8/i8 #40407

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

Closed
sophiajt opened this issue Mar 10, 2017 · 1 comment
Closed

VS debugging and missing u8/i8 #40407

sophiajt opened this issue Mar 10, 2017 · 1 comment

Comments

@sophiajt
Copy link
Contributor

I've been working through a better way to visualise Rust std lib structs in the VS debugger, and I noticed that u8 and i8 values currently don't show up in the debugger. We seem to work fine for values of i16 or u32, so it seems specific to u8 and i8.

I'm guessing that they're just not making it to the pdb, but I'm not sure.

@retep998
Copy link
Member

Duplicate of #36646

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

2 participants