Y
Hacker News
new
|
ask
|
show
|
jobs
by
dooglius
499 days ago
No, GDB has a pretty good Python extension framework
2 comments
mort96
498 days ago
That's not comparable. That lets you
extend
GDB with your own additions. Having the debugger work as a library means being able to
incorporate
the debugger's functionality into other systems.
link
junon
498 days ago
Yes, this. I write a lot of my own GDB tooling for debugging my kernel.
link