Talin <[EMAIL PROTECTED]> 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. _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
