mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 03:30:49 +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