Never mind. I found a way. I could start the script by running the module with "pudb /path/to/foo/bar.py".
On Tue, May 19, 2015 at 9:51 AM, Dan Stromberg <[email protected]> wrote: > I have some Python code that's giving a traceback. It's invoked like > "python -m foo.bar". I'd like to investigate the matter with pudb. > > Is there a way of running pudb on code invoked in this way? Never mind. I found a way. I can start the script by running the module with "pudb /path/to/foo/bar.py". _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
