summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-06-20 09:43:12 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-06-28 18:28:00 +0100
commit26d54159423983b42175c42ca14456eea779824b (patch)
treee81769c147b908928dbd32efdce14f47cbafeb36 /cider.el
parent18485506dc1145a40ca01e3544fba585c1e9bacd (diff)
Rewrite the debugger
There's no longer any need to call instrument-and-eval on code to instrument it. Just passing the code with a #dbg or a #bp reader macro is enough. Also document new debugging entry points, and add a changelog.
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/cider.el b/cider.el
index 72dc457d..22fd54b8 100644
--- a/cider.el
+++ b/cider.el
@@ -333,6 +333,7 @@ buffer."
(cider--check-required-nrepl-version)
(cider--check-required-nrepl-ops)
(cider--check-middleware-compatibility)
+ (cider--debug-init-connection)
(when cider-auto-mode
(cider-enable-on-existing-clojure-buffers))
(run-hooks 'cider-connected-hook))