mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
# Print the full stack trace on python exceptions to aid debugging
|
|
set python print-stack full
|
|
|
|
# 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
|
|
|
|
# Load methods for printing in-memory contents of WT tables.
|
|
source buildscripts/gdb/wt_dump_table.py
|