0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 08:30:56 +01:00
mongodb/.gdbinit

12 lines
308 B
Plaintext
Raw Normal View History

# 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