Hacker News new | ask | show | jobs
by userbinator 4458 days ago
You could always do this with any process no matter what language it's written in. The issue is in support for debugging at a higher level.
1 comments

Yes, sure. GDB-level debugging of Python programs, without something like Pyringe, is pretty useless. So I am excited for the Python-level tool for debugging Python.
With gdb you have "py-bt" etc: https://docs.python.org/devguide/gdb.html