set breakpoint in another module/file

millerdev millerdev at gmail.com
Tue Sep 22 20:19:12 EDT 2009


> 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



More information about the Python-list mailing list