Date: Mon, 27 Jan 1997 16:58:54 +0200 (IST) From: Eli Zaretskii To: Robert Hoehne cc: DJGPP workers Subject: Re: GDB and static variables In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 27 Jan 1997, Robert Hoehne wrote: > The biggest problem is, that you cannot mix stabs and coff > debugging information. In general this is possible but it > prevents you from debugging any file which has both formats. But if you recompile with -gcoff, you get only COFF debug info, right? So it can be debugged, at a price of a recompile?