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.52k stars 146 forks source link

Provide GDB pretty printers for ease of debugging #102

Open Waqar144 opened 3 years ago

Waqar144 commented 3 years ago

Pretty printers are really helpful when debugging in gdb. Currently if you are using a gui debugger / IDE, you can't really see the contents of your hashmap.

References: libstdc++ pretty printers LLVM pretty printers