mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 14:33:08 +00:00
Evaluating Python code from within gdb is priceless, especially that all helper classes and functions sourced from scylla-gdb.py can be used in there. This commit adds a paragraph in debugging.md mentioning this tool. Closes #10869