inducer / pudb

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

Starting pudb by specifying a module (not a script) #411

Closed selitvin closed 4 years ago

selitvin commented 4 years ago

Does pudb has an equivalent of ipdb's -m switch? (the switch allows to launch a debugger by specifying a module and not a script). This feature would make it easier to integrate the debugger in some build-system configurations, like the one used in our organization.

asmeurer commented 4 years ago

This feature was just added https://github.com/inducer/pudb/pull/390. Although I don't know if a release has been done since then.