Debugging a curses application in python

chris.hamons at gmail.com chris.hamons at gmail.com
Sat Aug 25 13:04:44 EDT 2007


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 write the curses output to. Any suggestions?

Thanks,
--Chris Hamons




More information about the Python-list mailing list