Hi,

New to debuggers in general.

I'd like have PuDB executed while I'm working from within the Python
interactive prompt. Won a module in Python while in the interactive prompt.
I tried adding the following line to my Python script:
import pudb;pudb.set_trace()
However, when I call the function from the interactive prompt that contains
this code, PuDB does not run.

Is there a way to do this?

Thanks.
_______________________________________________
Pudb mailing list
[email protected]
http://lists.tiker.net/listinfo/pudb

Reply via email to