Mercurial > emacs
changeset 108369:62594825b978
* building.texi (GDB Graphical Interface): Remove misleading comparison
to an IDE (Bug#6128).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 07 May 2010 10:51:09 -0400 |
parents | 425e8e04031e |
children | 128717fd8c09 |
files | doc/emacs/ChangeLog doc/emacs/building.texi |
diffstat | 2 files changed, 10 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/ChangeLog Wed May 05 15:54:04 2010 -0400 +++ b/doc/emacs/ChangeLog Fri May 07 10:51:09 2010 -0400 @@ -1,3 +1,8 @@ +2010-05-07 Chong Yidong <cyd@stupidchicken.com> + + * building.texi (GDB Graphical Interface): Remove misleading comparison + to an IDE (Bug#6128). + 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) * programs.texi (Man Page):
--- a/doc/emacs/building.texi Wed May 05 15:54:04 2010 -0400 +++ b/doc/emacs/building.texi Fri May 07 10:51:09 2010 -0400 @@ -836,12 +836,11 @@ @subsection GDB Graphical Interface The command @code{gdb} starts GDB in a graphical interface, using -Emacs windows for display program state information. In effect, this -makes Emacs into an IDE (interactive development environment). With -it, you do not need to use textual GDB commands; you can control the -debugging session with the mouse. For example, you can click in the -fringe of a source buffer to set a breakpoint there, or on a stack -frame in the stack buffer to select that frame. +Emacs windows for display program state information. With it, you do +not need to use textual GDB commands; you can control the debugging +session with the mouse. For example, you can click in the fringe of a +source buffer to set a breakpoint there, or on a stack frame in the +stack buffer to select that frame. This mode requires telling GDB that its ``screen size'' is unlimited, so it sets the height and width accordingly. For correct