Re: Debugging a curses application in python

2007-08-26 Thread [EMAIL PROTECTED]
Just to let anyone know who runs across this post, winpdb from (http:// www.digitalpeers.com/pythondebugger/) solved my issue. --Chris -- http://mail.python.org/mailman/listinfo/python-list

Debugging a curses application in python

2007-08-25 Thread [EMAIL PROTECTED]
Hello all, I'm trying to debug a python application which uses the curses module under Linux. I'm having trouble, since I can't get any debugger to work. Is there a way to separate the output of an application from the debugger. In gdb, the tty command would allow me to specify a separate tty to w