HashMap not rendered properly when using MSVC debugger #92286
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
Uh oh!
There was an error while loading. Please reload this page.
When I was working in a Rust project few months back, I was able properly visualize Hashmap in the debugger pane of VSCode when using MSVC debugger. Now it is showing Raw data. Is the structure of HashMap changed which needs a modification to Natvis file?
I tried this code:
I expected to see this happen: The debugger pane showing key and value combination
Instead, this happened: Showing the raw data and pointers

rustc --version --verbose
:The text was updated successfully, but these errors were encountered: