# HG changeset patch # User Eli Zaretskii # Date 1213977802 0 # Node ID 85c8a7fb1bb9604e9d272195e754cfedd870d462 # Parent 8e11daf373e37049bdf43d3a29d7d6781f0856e6 (Starting GUD): Fix change from 2008-06-17 about remote debugging. diff -r 8e11daf373e3 -r 85c8a7fb1bb9 doc/emacs/building.texi --- a/doc/emacs/building.texi Fri Jun 20 16:00:33 2008 +0000 +++ b/doc/emacs/building.texi Fri Jun 20 16:03:22 2008 +0000 @@ -534,13 +534,14 @@ @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