all continue-all in cider-debug mode

This commit is contained in:
bo-tato 2023-09-01 03:43:23 +00:00 committed by Youmu
parent 1a8fefc32d
commit 8be4b75c86
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ ex. \(cider-debug-mode-send-reply \":next\"\)"
(evil-collection-cider-make-debug-command "next"
"continue"
"continue-all"
"out"
"quit"
"eval"
@ -102,6 +103,7 @@ ex. \(cider-debug-mode-send-reply \":next\"\)"
"b" 'cider-debug-defun-at-point
"n" 'evil-collection-cider-debug-next
"c" 'evil-collection-cider-debug-continue
"C" 'evil-collection-cider-debug-continue-all
"o" 'evil-collection-cider-debug-out
"q" 'evil-collection-cider-debug-quit
"e" 'evil-collection-cider-debug-eval