Date: Thu, 2 Jan 1997 19:27:57 +0200 (IST) From: Eli Zaretskii To: Rick Mehalick cc: djgpp AT delorie DOT com Subject: Re: Q: Is it possible to use GDB debugger with Allegro? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 2 Jan 1997, Rick Mehalick wrote: > I got the graphics version of FSDB, but that didn't seem to work with Allegro. > Maybe I am doing something wrong. If so I wish I knew what to do to get > a debugger to work with Allegro. This might be because the interrupts (like the keyboard interrupt) that Allegro catches. Such programs have problems under debuggers. Shawn?