emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bb2c6d2 1/2: * etc/DEBUG: Mention 'maybe_call_debug


From: Nicolas Richard
Subject: [Emacs-diffs] master bb2c6d2 1/2: * etc/DEBUG: Mention 'maybe_call_debugger'
Date: Sat, 06 Jun 2015 06:42:12 +0000

branch: master
commit bb2c6d2eb51a7efc200691181ea7b6f17f8f383c
Author: Nicolas Richard <address@hidden>
Commit: Nicolas Richard <address@hidden>

    * etc/DEBUG: Mention 'maybe_call_debugger'
---
 etc/DEBUG |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/etc/DEBUG b/etc/DEBUG
index 51a3736..cc39e42 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -54,8 +54,9 @@ kick in, provided that you run under GDB.
 
 ** Getting control to the debugger
 
-`Fsignal' is a very useful place to put a breakpoint in.
-All Lisp errors go through there.
+`Fsignal' is a very useful place to put a breakpoint in.  All Lisp
+errors go through there.  If you are only interested in errors that
+would fire the debugger, breaking at `maybe_call_debugger' is useful.
 
 It is useful, when debugging, to have a guaranteed way to return to
 the debugger at any time.  When using X, this is easy: type C-z at the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]