Hacker News new | ask | show | jobs
by dooglius 499 days ago
No, GDB has a pretty good Python extension framework
2 comments

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.
Yes, this. I write a lot of my own GDB tooling for debugging my kernel.