[1] A reference to ncurses.
[2] The book: http://web.mit.edu/~simsong/www/ugh.pdf
[3] ... as in why make a UI for a constrained primitive interface such as a console....
11–20 of 30 posts
[1] A reference to ncurses.
[2] The book: http://web.mit.edu/~simsong/www/ugh.pdf
[3] ... as in why make a UI for a constrained primitive interface such as a console....
How is this better than pdb + emacs?
Cant wait to try this out in my workflow, but I really wish this was available through PIP. PDB has served me well, but having some if this information intuitively shown will be incredibly helpful.
I think the "Curses"[1] section in the Unix Hater's Handbook [2] applies well[3] here[3] :) [1] A reference to ncurses. [2] The book: http://web.mit.edu/~simsong/www/ugh.pdf [3] ... as in why make a UI for a constrained primitive interface such as a console....
I think the "Curses"[1] section in the Unix Hater's Handbook [2] applies well[3] here[3] :) [1] A reference to ncurses. [2] The book: http://web.mit.edu/~simsong/www/ugh.pdf [3] ... as in why make a UI for a constrained primitive interface such as a console....
I think the "Curses"[1] section in the Unix Hater's Handbook [2] applies well[3] here[3] :) [1] A reference to ncurses. [2] The book: http://web.mit.edu/~simsong/www/ugh.pdf [3] ... as in why make a UI for a constrained primitive interface such as a console....
I read the UHH many years ago, and learned a lot of useful information from it. It's a wee bit dated, but still a fun read.
(The book was published in 1994.)
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
How is this better than pdb + emacs?