[Python-3000] Debuggers was Re: What do do about IDLE?

Edward C. Jones edcjones at comcast.net
Thu May 11 07:09:12 CEST 2006


Talin <talin at acm.org> wrote:
 > I don't think we really need an IDE, but a debugger that is
 > at least able to show source code, call stack, and local
 > variables in a window would be extremely useful.
 >
 > So my thought is this: How hard would it be to make
 > a curses-based debugger?

For a good terminal oriented debugger, see the old Borland Debugger.

I would like to see a debugger that sees the C or C++ code in my buggy 
extension modules but does not see the internals of the Python interpreter.


More information about the Python-3000 mailing list