Skip to content

Commit

Permalink
SERVER-28668 Add mongo_printers.py to .gdbinit
Browse files Browse the repository at this point in the history
  • Loading branch information
hptabster committed Apr 7, 2017
1 parent dca347e commit 83f666c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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

0 comments on commit 83f666c

Please sign in to comment.