Date: Sun, 14 Nov 1999 09:00:56 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Alain Magloire cc: djgpp AT delorie DOT com Subject: Re: ddd debugger In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 13 Nov 1999, Alain Magloire wrote: > MaCro (afontan AT mundivia DOT es) wrote: > : Does anyone know if it has been ported the ddd graphical debugger to work > : with gdb under DOS/WINDOWS using the DJGPP code? > > If I recall ddd is heavily X oriented and uses Motif. You are probably > better off with another frontend. Latest versions of GDB support a text-mode full-screen UI. It strikes me that it should be easy to port that to DJGPP using PDCurses, for example.