[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/building.texi,v
From: |
Nick Roberts |
Subject: |
[Emacs-diffs] Changes to emacs/man/building.texi,v |
Date: |
Mon, 26 Feb 2007 21:09:46 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Nick Roberts <nickrob> 07/02/26 21:09:46
Index: building.texi
===================================================================
RCS file: /sources/emacs/emacs/man/building.texi,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -b -r1.114 -r1.115
--- building.texi 14 Feb 2007 11:56:58 -0000 1.114
+++ building.texi 26 Feb 2007 21:09:46 -0000 1.115
@@ -446,7 +446,6 @@
@cindex SDB
@cindex XDB
@cindex Perldb
address@hidden bashdb
@cindex JDB
@cindex PDB
@@ -455,7 +454,7 @@
various symbolic debuggers from within Emacs. We recommend the
debugger GDB, which is free software, but GUD can also run DBX, SDB or
XDB. GUD can also serve as an interface to Perl's debugging mode, the
-Python debugger PDB, the Bash debugger, and to JDB, the Java Debugger.
+Python debugger PDB, and to JDB, the Java Debugger.
@xref{Debugging,, The Lisp Debugger, elisp, the Emacs Lisp Reference
Manual}, for information on debugging Emacs Lisp programs.
@@ -508,10 +507,6 @@
requires a valid tags table to work}. If this happens, generate a valid
tags table in the working directory and try again.
address@hidden M-x bashdb @key{RET} @var{file} @key{RET}
address@hidden bashdb
-Run the bash debugger to debug @var{file}, a shell script.
-
@item M-x perldb @key{RET} @var{file} @key{RET}
@findex perldb
Run the Perl interpreter in debug mode to debug @var{file}, a Perl program.
@@ -746,13 +741,11 @@
@vindex perldb-mode-hook
@vindex pdb-mode-hook
@vindex jdb-mode-hook
address@hidden bashdb-mode-hook
On startup, GUD runs one of the following hooks: @code{gdb-mode-hook},
if you are using GDB; @code{dbx-mode-hook}, if you are using DBX;
@code{sdb-mode-hook}, if you are using SDB; @code{xdb-mode-hook}, if you
are using XDB; @code{perldb-mode-hook}, for Perl debugging mode;
address@hidden, for PDB; @code{jdb-mode-hook}, for JDB;
address@hidden, for the Bash debugger. You can
address@hidden, for PDB; @code{jdb-mode-hook}, for JDB. You can
use these hooks to define custom key bindings for the debugger
interaction buffer. @xref{Hooks}.