diff options
| author | Nick Roberts | 2007-07-12 23:56:37 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-07-12 23:56:37 +0000 |
| commit | aed1e85923939a63d172e486b889721b1c4ce116 (patch) | |
| tree | 0958777becfe8655ff5355409029c608069eaaa1 | |
| parent | 6108a728e425b6506fed52be926551c2786d03b1 (diff) | |
| download | emacs-aed1e85923939a63d172e486b889721b1c4ce116.tar.gz emacs-aed1e85923939a63d172e486b889721b1c4ce116.zip | |
(Starting GUD): Add xref to this anchor.
| -rw-r--r-- | man/building.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi index 402b433204e..112c5d0a18b 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -527,6 +527,9 @@ debugger supports. However, shell wildcards and variables are not | |||
| 527 | allowed. GUD assumes that the first argument not starting with a | 527 | allowed. GUD assumes that the first argument not starting with a |
| 528 | @samp{-} is the executable file name. | 528 | @samp{-} is the executable file name. |
| 529 | 529 | ||
| 530 | Tramp provides a facility to debug programs on remote hosts. | ||
| 531 | @xref{Running a debugger on a remote host, Running a debugger on a remote host,, tramp, The Tramp Manual}. | ||
| 532 | @c Running a debugger on a remote host | ||
| 530 | @node Debugger Operation | 533 | @node Debugger Operation |
| 531 | @subsection Debugger Operation | 534 | @subsection Debugger Operation |
| 532 | 535 | ||