Date: Sat, 6 May 2000 17:39:47 -0400 (EDT) Message-Id: <200005062139.RAA07164@indy.delorie.com> From: Eli Zaretskii To: "abacuc" CC: djgpp AT delorie DOT com In-reply-to: <8eviv5$9ja$1@pegasus.tiscalinet.it> (f.onorati@tiscalinet.it) Subject: Re: gui for gdb References: <8eviv5$9ja$1 AT pegasus DOT tiscalinet DOT it> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "abacuc" > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 6 May 2000 01:39:54 +0200 > > I want to know if exist a frontend in win98 for gdb debugger? First, you have RHIDE, which is based on GDB as the debugging engine, and presents a graphical interface. Another possibility is to use NTEmacs, the native Windows port of GNU Emacs, which includes an interface to GDB. However, I'm afraid that latest versions of DJGPP port of GDB will not work correctly with NTEmacs, because the ported GDB doesn't use DOS I/O for interactive session, and therefore NTEmacs will not be able to redirect GDB's handles to the pipe betwen itself and GDB.