From: Eli Zaretskii Date: Fri, 20 Jun 2008 16:03:22 +0000 (+0000) Subject: (Starting GUD): Fix change from 2008-06-17 about remote debugging. X-Git-Tag: emacs-pretest-23.0.90~4642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7af517e72e396d96a89bdded9e4a5b4884e3d146;p=emacs.git (Starting GUD): Fix change from 2008-06-17 about remote debugging. --- diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 8934f0e2775..d2f73b28da3 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -534,13 +534,14 @@ allowed. GUD assumes that the first argument not starting with a @samp{-} is the executable file name. @c Running a debugger on a remote host -Tramp provides a facility to debug programs on remote hosts. -@xref{Running a debugger on a remote host, Running a debugger on a remote host,, tramp, The Tramp Manual}. -Both debugger and program are on the same remote host. -This should not confused with debugging remote programs -where the program runs on diferent machine to the debugger, -as can be done with GDB, for example. -@xref{Remote Debugging,, Debugging Remote Programs, gdb, The GNU debugger}. +Tramp provides a facility to debug programs on remote hosts +(@pxref{Running a debugger on a remote host, Running a debugger on a +remote host,, tramp, The Tramp Manual}), whereby both the debugger and +the program being debugged are on the same remote host. This should +not be confused with debugging programs remotely, where the program +and the debugger run on different machines, as can be done using the +GDB remote debugging feature, for example (@pxref{Remote Debugging,, +Debugging Remote Programs, gdb, The GNU debugger}). @node Debugger Operation @subsection Debugger Operation