Y
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
throwaway812
4458 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.
link
drothlis
4458 days ago
With gdb you have "py-bt" etc:
https://docs.python.org/devguide/gdb.html
link