inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
3k stars 230 forks source link

plugin system? #385

Open deliciouslytyped opened 4 years ago

deliciouslytyped commented 4 years ago

Have there been any thoughts on adding a plugin system for domain specific debugger addons? Is this out of scope?

asmeurer commented 4 years ago

What sorts of things would you want to customize? PuDB already allows customizing some things like the stringifier.

deliciouslytyped commented 4 years ago

I didn't have anything particularly concrete in mind - I was just wondering in case I ran into something later. I wasn't aware about existing customization opportunities.