Mail Archives: djgpp/2000/05/06/18:04:55
> From: "abacuc" <f DOT onorati AT tiscalinet DOT it>
> 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.
- Raw text -