martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.5k stars 142 forks source link

WIP: Natvis visualization #111

Open ikrima opened 3 years ago

ikrima commented 3 years ago

Saw #102 and in case others are looking for the same for visual studio, here's my natvis: https://gist.github.com/ikrima/1184c75b979cbfa655c0883c0d4ab068

Threw it together for a specific personal debug case but sharing in case it might be useful for someone else (the natvis docs are obtuse)

sultim-t commented 1 year ago

It was not quite working for me from a box, so tweaked it a bit: robin_hood.natvis.txt

Dropping .txt extension and putting it into the Documents\Visual Studio 2022\Visualizers folder should just work for VS22