Daniel wrote:
Is there a way with pdb to set a breakpoint in another module directly
using a command similar to set_trace() ? For example, I'd like to do
something like this in my source code:

import pdb
pdb.setbreak(42, "/path/to/universe.py", "name == 'hitchhiker'")

I think winpdb ( nothing todo with windows-OS ) can do that and much more.

cheers,
Stef
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to