python -m pdb questions

Bryan nestleNOSPAM12 at comcast.net
Fri Oct 21 19:27:01 EDT 2005


So I am new to the whole python thing, be nice.

So I do a b /foo/foo.py :10

(if I do a foo.py:10 it says not in sys.path)

Then a continue... my breakpoint isn't hit.

but if I am in main.py and do a b /foo/main.py:10 I hit the breakpoint.

also I can't get b fooMethod to ever take, always get not in sys.path

What am I missing?  Or is pdb fubar?

Suse93 btw.

thanks,

Bryan 





More information about the Python-list mailing list