blob: 66d56149410661e621fcf7619391a900a42f54b7 (
plain)
1
2
3
4
5
6
7
8
|
# Print the full stack trace on python exceptions to aid debugging
set python print-stack full
# Load the mongodb pretty printers
source buildscripts/gdb/mongo.py
# Load the mongodb lock analysis
source buildscripts/gdb/mongo_lock.py
|