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'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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: