Python debugger
Fabio Zadrozny
fabiofz at gmail.com
Sat Jul 4 13:17:31 EDT 2009
> Hi,
> Could you suggest some python debuggers?
>
> Thanks,
> Srini
Pydev has a debugger that supports the common debugger features
(watches, multiple threads, breakpoints, conditional breakpoints, step
in, out, etc -- http://fabioz.com/pydev/manual_adv_debugger.html ),
and pydev extensions adds to that a remote debugger (
http://fabioz.com/pydev/manual_adv_remote_debugger.html ) and a
console ( http://fabioz.com/pydev/manual_adv_debug_console.html ).
Cheers,
Fabio
More information about the Python-list
mailing list