<br>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.<br><br>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.<br>
<br>I also tried ddd, but it blew up on:<br>def callable(*msg, file=sys.stderr):<br>...which suggests to me that this is too-new syntax for the child debugger ddd is using.<br><br>Are there other good options? Did I give up too quickly on one of the above?<br>
<br>Thanks!<br><br>