Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwaway812
4456 days ago
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.
1 comments
drothlis
4456 days ago
With gdb you have "py-bt" etc:
https://docs.python.org/devguide/gdb.html
link