Hacker News new | ask | show | jobs
by westurner 1155 days ago
https://wiki.python.org/moin/DebuggingWithGdb lists the GDB debugging symbol packages for various distros

FWIU Fedora GDB now optionally automatically installs debug syms; from attempting to debug TuxMath SDL with GDB before just installing the Flatpak.

https://developers.redhat.com/articles/2021/09/08/debugging-... (2021) describes more recent efforts to improve Python debugging with c extensions