summaryrefslogtreecommitdiff
path: root/.gdbinit
blob: bda63f0b50875069faba95667914fd0327284eaf (plain)
1
2
3
4
5
6
7

# 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