summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-03-28 11:10:20 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-03-28 12:59:46 +0000
commitd6b6d7758383f395852f73e674a7659d7103263b (patch)
tree9eab16b11a4267a82e36c51579e15ea2991b45a2 /cider-mode.el
parentf0145830ebe921a4f6b2a7f56434788b67c9ec56 (diff)
Add cider-debug.el: Interactive debugger similar to edebug
Add cider-debug-defun-at-point to the menu-bar. Bind cider-debug-defun-at-point to cider-eval-defun-at-point with a prefix. This needs debug.clj at cider-nrepl to work. Invoke M-x cider-debug-defun-at-point to see it in action.
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider-mode.el b/cider-mode.el
index 7e68c2c4..5e546afd 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -123,6 +123,7 @@ entirely."
["Show test report" cider-test-show-report]
"--"
["Inspect" cider-inspect]
+ ["Debug top-level form" cider-debug-defun-at-point]
"--"
["Set ns" cider-repl-set-ns]
["Switch to REPL" cider-switch-to-repl-buffer]