mirror of https://github.com/citusdata/citus.git
6 lines
303 B
Plaintext
6 lines
303 B
Plaintext
# gdbpg.py contains scripts to nicely print the postgres datastructures
|
|
# while in a gdb session. Since the vscode debugger is based on gdb this
|
|
# actually also works when debugging with vscode. Providing nice tools
|
|
# to understand the internal datastructures we are working with.
|
|
source /root/gdbpg.py
|