* etc/DEBUG: Mention 'maybe_call_debugger'
This commit is contained in:
parent
b0c0b96ee3
commit
bb2c6d2eb5
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue