From 622698da4608e4df2313eda84ca4ccc0eabf0fae Mon Sep 17 00:00:00 2001 From: Nathan Myers Date: Mon, 3 Apr 2017 14:21:08 -0400 Subject: gdbinit --- .gdbinit | 4 ++-- 1 file 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 -- cgit v1.2.1