summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2018-01-11 19:26:08 -0800
committerJames Nguyen <james@jojojames.com>2018-01-11 19:26:08 -0800
commit7bf7363865e598376aa23b14c50ae3ea9f440bf5 (patch)
treed883a36861811fcc54b5170e86ee264e101afc1f /readme.org
parent833d0596e7336cdbd86831b4232d3516bfb3e203 (diff)
Add debugging rationale and support for some modes
Tweaked edebug
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org22
1 files changed, 21 insertions, 1 deletions
diff --git a/readme.org b/readme.org
index 98876d5..02cd70e 100644
--- a/readme.org
+++ b/readme.org
@@ -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