Created
March 4, 2020 10:24
-
-
Save kaz-yos/5ec9eefe1a4048f2173e0f0e663a6a2f to your computer and use it in GitHub Desktop.
Extract from M-x describe-mode for debugger-mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger mode defined in ‘debug.el’: | |
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 | |
<backtab> backward-button | |
<mouse-2> push-button | |
<remap> Prefix Command | |
C-M-i backward-button |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment