X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Fri, 03 Dec 2004 21:51:26 -0700 From: Brian Inglis Subject: Re: Bison 1.875 In-reply-to: <1102106845.41b0d0dd506b4@webmail.wilkes.edu> To: djgpp-workers AT delorie DOT com Message-id: Organization: Systematic Software MIME-version: 1.0 X-Mailer: Forte Agent 1.93/32.576 English (American) Content-type: text/plain; charset=us-ascii References: <1102106845 DOT 41b0d0dd506b4 AT webmail DOT wilkes DOT edu> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id iB44pb8b002046 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 03 Dec 2004 15:47:25 -0500, fdonahoe AT wilkes DOT edu wrote: >This has gotten off track but Windows will allow me to track >the progress of a redirected gdb session by opening another >window on the same directory. > >> tail debug.session > >doesn't store any swap files and can be invoked after every >command in the primary window if needed. Use tail -f to avoid having to reinvoke or see below. >So, if I have a list of commands to give while bison is on >the verge of crashing, I shan't get lost while typing them. There's a DJGPP port/build of xtail (multi-file tail -f) which will show you (most) of what's being written to file(s) in one window while you're working in another. Not used that port much, but depend heavily on the Unix versions.