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.
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.