Xref: utzoo comp.unix.sysv386:1828 comp.lang.c:33420 gnu.misc.discuss:1942 Path: utzoo!telly!problem!compus!lethe!torsqnt!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!cgwst From: cgwst@unix.cis.pitt.edu (Charles G. Watson) Newsgroups: comp.unix.sysv386,comp.lang.c,gnu.misc.discuss Subject: Re: Does GNU's C Compiler Have a Full Screen Debugger? Message-ID: <56623@unix.cis.pitt.edu> Date: 2 Nov 90 23:40:54 GMT Reply-To: cgwst@unix.cis.pitt.edu (Gray Watson) Distribution: gnu Organization: Office of Biomedical Informatics, University of Pittsburgh Lines: 12 References: >rmtodd@uokmax.ecn.uoknor.edu (Richard Michael Todd) writes: >> There's a *really sleazy* way to route the output of your program to a >> different window that I've used on occasion. It works only under X >> Window... Doesn't sound at all *sleazy* to me. Instead of X, one can substitute screen or any another virtual terminal program. Same exact use of the tty command will work since screen also uses the pty's. Sounds like a *damn good* idea to me. 8^} gray