diff options
| author | James Nguyen <james@jojojames.com> | 2018-01-11 19:26:08 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2018-01-11 19:26:08 -0800 |
| commit | 7bf7363865e598376aa23b14c50ae3ea9f440bf5 (patch) | |
| tree | d883a36861811fcc54b5170e86ee264e101afc1f /readme.org | |
| parent | 833d0596e7336cdbd86831b4232d3516bfb3e203 (diff) | |
Add debugging rationale and support for some modes
Tweaked edebug
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -354,7 +354,27 @@ definition". - ~0~ has a somewhat intuitive meaning, plus it is next to ~+~ and ~-~ on QWERTY. - ~=~ is useful as a synonym for ~+~ because it is the unshifted key of ~+~ on QWERTY. - +*** Debugging + When debugging is on, debugger keys takes the most precedence. + + These keys will be set when there's an available command for them. + + - ~n~ : Step Over + - ~i~ : Step Into + - ~o~ : Step Out + - ~c~ : Continue/Resume Execution + - ~L~ : Locals + - ~t~ : Tracing + - ~q~ : Quit Debugging + - ~H~ : Continue until Point + - ~e~ : Evaluate Expression + - ~b~ : Set Breakpoint + - ~u~ : Unset Breakpoint + - ~>~ : Navigate to Next Frame + - ~<~ : Navigate to Previous Frame + - ~g?~ : Help + - ~J~ : Jump to debugger location + - ~R~ : Restart ** Modes left behind |
