Date: Sun, 2 Feb 2003 16:23:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Re: symify docs In-Reply-To: <3E3CF686.FE8A1236@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Sun, 2 Feb 2003, CBFalconer wrote: > How about specifying specifically what debug formats ARE > supported. They only support COFF debug info. It's a good idea to mention that, but I think if we don't say users should use -gcoff to get that, no one except experts will ever guess. > fsdb appears particularly handy, since AFAIK DJGPP gdb > doesn't have an equivalent text window interface. FSDB used to have some nifty features, like data breakpoints and GDT/LDT display, which no other debugger supported, but nowadays GDB supports that as well. As for the UI, there's RHGDB that is supposed to give you the same or better.