how vscode rust variable watch get type info?

Viewed 39

I use vscode to debug rust, but in watch and variable window, all variable has no type info, only got value.

rust variable watch

However, for other tools like xcode c++, I can get both value and type.

enter image description here

0 Answers
Related