Hi guys,
I'm trying to debug my rust program in Visual Studio but can't make natvis to show types like u8
, i8
and String
. There is issue 36646 already logged for this: https://github.com/rust-lang/rust/issues/36646. However, it says there that the issue is fixed. But I'm still seeing the problem with rustc 1.14:
Can any one please confirm if it is indeed fixed in the latest build?
The output of rustup show
on my machine is: