martinus / unordered_dense

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
MIT License
935 stars 75 forks source link

Add natvis for better debug view #117

Open duckdoom5 opened 6 months ago

duckdoom5 commented 6 months ago

I'd like to see a natvis added, to improve the display of the values in the (msvc) debugger.

Taking inspiration from the msvc STL natvis I think it should be possible to display the values as the stl unordered map would. See https://github.com/microsoft/STL/blob/8dc4faadafb52e3e0a627e046b41258032d9bc6a/stl/debugger/STL.natvis#L1380