Good debugger for CPython 3.2?

Dan Stromberg drsalists at gmail.com
Fri Oct 19 12:26:08 EDT 2012


What's a good debugger for CPython 3.2?  I'd prefer to use it on Linux Mint
13, and I'd be happy with something based on X11 or curses.

I tried winpdb, but it was cranky that Linux didn't have a spawn callable.
Why they didn't use the portable subprocess module escapes me.

I also tried ddd, but it blew up on:
def callable(*msg, file=sys.stderr):
...which suggests to me that this is too-new syntax for the child debugger
ddd is using.

Are there other good options?  Did I give up too quickly on one of the
above?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20121019/ed088ed0/attachment.html>


More information about the Python-list mailing list