mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 20:46:56 +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