From: cgw AT pgt DOT com (Charles G Waldman) Subject: Re: pdb on xemacs on Windows 6 Jun 1998 01:54:07 -0700 Message-ID: <13688.23783.331441.651557.cygnus.gnu-win32@janus.pgt.com> References: <13688 DOT 22121 DOT 727041 DOT 461723 AT janus DOT pgt DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Wolfgang Weitz Cc: xemacs-nt AT xemacs DOT org, gnu-win32 AT cygnus DOT com Charles G Waldman writes: > > Does anybody out there have a non-GUI version of gdb.exe which can be > used in XEmacs GDB mode? > Ooops, I have answered my own question, the Cygnus gdb supports a "-nw" (no window) flag. With the following modification, gdb mode works on XEmacs on Windows. (Hooray!) Tracking of the current line in the source buffer works correctly. --- packages/lisp/debug/gdb.el~ Fri Apr 24 19:30:55 1998 +++ packages/lisp/debug/gdb.el Fri Jun 05 16:58:25 1998 @@ -320,6 +320,7 @@ (concat "gdb-" file) (substitute-in-file-name gdb-command-name) nil + "-nw" "-fullname" "-cd" default-directory file - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".