Skip to content

Commit 22f1406

Browse files
yuhan0bbatsov
authored andcommitted
Add :here debugger cmd to menu bar
1 parent 4278d7c commit 22f1406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cider-debug.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ In order to work properly, this mode must be activated by
414414
["Continue non-stop" (cider-debug-mode-send-reply ":continue-all") :keys "C"]
415415
["Move out of sexp" (cider-debug-mode-send-reply ":out") :keys "o"]
416416
["Forced move out of sexp" (cider-debug-mode-send-reply ":out" nil true) :keys "O"]
417+
["Move to current position" (cider-debug-mode-send-reply ":here") :keys "h"]
417418
["Quit" (cider-debug-mode-send-reply ":quit") :keys "q"]
418419
"--"
419420
["Evaluate in current scope" (cider-debug-mode-send-reply ":eval") :keys "e"]

0 commit comments

Comments
 (0)