SERVER-28668 Add mongo_printers.py to .gdbinit
This commit is contained in:
parent
dca347ebe4
commit
83f666c472
5
.gdbinit
5
.gdbinit
@ -1,8 +1,11 @@
|
||||
# Print the full stack trace on python exceptions to aid debugging
|
||||
set python print-stack full
|
||||
|
||||
# Load the mongodb pretty printers
|
||||
# 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user