summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Myers <nathan.myers@10gen.com>2017-04-03 14:21:08 -0400
committerNathan Myers <nathan.myers@10gen.com>2017-04-03 14:21:08 -0400
commit622698da4608e4df2313eda84ca4ccc0eabf0fae (patch)
tree9efac6610efcec51b36b1f2ad9fdd42e612c23c2
parent707fa63463b988656959f15faaac96cfd2f780f2 (diff)
downloadmongo-server-27921-wait-delete.tar.gz
-rw-r--r--.gdbinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gdbinit b/.gdbinit
index 49fa398cf85..66d56149410 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -1,8 +1,8 @@
# Print the full stack trace on python exceptions to aid debugging
-# set python print-stack full
+set python print-stack full
# Load the mongodb pretty printers
-# source buildscripts/gdb/mongo.py
+source buildscripts/gdb/mongo.py
# Load the mongodb lock analysis
source buildscripts/gdb/mongo_lock.py