[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: disable debug-on-error in emacs -Q?
From: |
Drew Adams |
Subject: |
RE: disable debug-on-error in emacs -Q? |
Date: |
Tue, 1 Dec 2015 12:59:46 -0800 (PST) |
> > Hitting c (debugger-continue) from *Backtraces* should also work.
> Ah. I was not aware of that command.
> (there's only a million or so Emacs commands to learn ...)
Ask Emacs: `C-h m' =>
Debugger mode defined in `debug.el' (`debugger-mode'):
Mode for backtrace buffers, selected in debugger.
A line starts with `*' if exiting that frame will call the debugger.
Type b or u to set or remove the `*'.
When in debugger due to frame being exited,
use the r command to override the value
being returned from that frame.
Use M-x debug-on-entry and M-x cancel-debug-on-entry to control
which functions will enter the debugger when called.
Complete list of commands:
key binding
--- -------
0 .. 9 digit-argument
TAB forward-button
RET debug-help-follow
ESC Prefix Command
SPC next-line
- negative-argument
R debugger-record-expression
b debugger-frame
c debugger-continue
d debugger-step-through
e debugger-eval-expression
h describe-mode
j debugger-jump
l debugger-list-functions
q top-level
r debugger-return-value
u debugger-frame-clear
v debugger-toggle-locals
...
This mode runs the hook `debugger-mode-hook', as the final step
during initialization.