Charles D. Russell wrote: > Can this be done? I can't redirect program output (from ncurses) into > an rxvt window using the tty command in gdb. Googling gdb+tty+cygwin > shows that there have been problems in the past, but I didn't find > anything recent.
That's what Insight is for (and ddd under X), a GUI that separates code from memory and the program's output (plus gdb output, breakpoints, and so on). Insight is part of the gdb package on Cygwin (OK, with lowercase: insight.exe). -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

