> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to