> I think winpdb ( nothing todo with windows-OS ) can do that and much more.
The problem with winpdb (which I played with a long time ago) is that it's much heavier than the built-in pdb--it's a GUI debugger. It requires the beast called wx, which I do not use for web (or GUI) development. I'm don't relish the thought of installing wx just for a debugger. I'm really just looking for a simple function in the pdb module that sets a breakpoint (which can subsequently be removed). Nothing more. ~ Daniel -- http://mail.python.org/mailman/listinfo/python-list