0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-22 04:59:34 +01:00
mongodb/.gdbinit
2017-04-07 10:45:46 -04:00

12 lines
308 B
Plaintext

# Print the full stack trace on python exceptions to aid debugging
set python print-stack full
# Load the mongodb utilities
source buildscripts/gdb/mongo.py
# Load the mongodb pretty printers
source buildscripts/gdb/mongo_printers.py
# Load the mongodb lock analysis
source buildscripts/gdb/mongo_lock.py