all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* GDB and Disappearing Code
@ 2007-08-05 15:35 Tomo Lazovich
  2007-08-06  7:04 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Tomo Lazovich @ 2007-08-05 15:35 UTC (permalink / raw)
  To: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 472 bytes --]

I'm trying to use GDB in my emacs, and when I want to test code I've been working on, I split the window and start running GDB in one of them. When I do the "run" command in GDB, my code disappears from the first window, leaving just a blank window there. Can anyone help with this? (I'm using emacs 21.3 with cygwin's gdb on Windows XP SP2).

       
---------------------------------
Choose the right car based on your needs.  Check out Yahoo! Autos new Car Finder tool.

[-- Attachment #1.2: Type: text/html, Size: 621 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: GDB and Disappearing Code
  2007-08-05 15:35 GDB and Disappearing Code Tomo Lazovich
@ 2007-08-06  7:04 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2007-08-06  7:04 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Sun, 5 Aug 2007 08:35:07 -0700 (PDT)
> From: Tomo Lazovich <einstein_413@yahoo.com>
> 
> I'm trying to use GDB in my emacs, and when I want to test code I've been working on, I split the window and start running GDB in one of them. When I do the "run" command in GDB, my code disappears from the first window, leaving just a blank window there. Can anyone help with this? (I'm using emacs 21.3 with cygwin's gdb on Windows XP SP2).

I think the last sentence (in parentheses) says it all: you are using
Cygwin GDB with non-Cygwin (i.e. native Windows) port of Emacs.  These
two are incompatible with respect to the screen control and pipe
operations, which are used by the Emacs-to-GDB interface.

Solution: download and install a Cygwin port of Emacs, and use that
instead of the native Windows port of Emacs.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-06  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-05 15:35 GDB and Disappearing Code Tomo Lazovich
2007-08-06  7:04 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.