gdb Python macros
This post aims to introduce a very useful tool to debug low-level issues in Python, how to enhance it and finally how to solve two annoying common problems. 1. Debugging Python with gdb All the basics are there : https://wiki.python.org/moin/DebuggingWithGdb Tl;dr : gdb -p $(pgrep -f …
Read More