Live data from Hacker News

Pudb – A full-screen, console-based Python debugger

pypi.python.org

1–10 of 30 posts

Re: Pudb – A full-screen, console-based Python debugger

#5
Pudb depends on the "termios" module (POSIX style tty control), whose doc says it's only available under Unix.[1] Does anyone know if there's a way to make it run on Windows (native Windows command prompt, not Cygwin)?

[1] http://docs.python.org/2/library/termios.html

Post reply on HN