summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gdbinit5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gdbinit b/.gdbinit
index 66d56149410..fdca10deff3 100644
--- a/.gdbinit
+++ b/.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