summaryrefslogtreecommitdiff
path: root/.gdbinit
blob: d82d81f02ba97fc0a8dd63454f66b83ce15a959a (plain)
1
2
3
4
5
6
# Print the full stack trace on python exceptions to aid debugging
set python print-stack full

# Load the mongodb pretty printers
#
source buildscripts/gdb/mongo.py