summaryrefslogtreecommitdiff
path: root/cider-debug.el
diff options
context:
space:
mode:
authorChaitanya Koparkar <ckoparkar@live.in>2016-08-16 18:22:44 -0400
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-08-17 01:22:44 +0300
commitbdccd2ee6ca250e4a6b281f0516982f1fb69245f (patch)
tree634de5b17448a5353d8269397a24b8194cb2359c /cider-debug.el
parent2bfa9da8b4cb3b8787abb6d10cf862410b54c17c (diff)
Update all inspector operations to use nREPL sync requests (#1821)
Diffstat (limited to 'cider-debug.el')
-rw-r--r--cider-debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-debug.el b/cider-debug.el
index a3da0e09..c7856d8a 100644
--- a/cider-debug.el
+++ b/cider-debug.el
@@ -636,7 +636,7 @@ needed. It is expected to contain at least \"key\", \"input-type\", and
(setq cider--debug-mode-response response)
(cider--debug-mode 1)))
(when inspect
- (cider-inspector--value-handler nil inspect)))
+ (cider-inspector--render-value inspect)))
;; If something goes wrong, we send a "quit" or the session hangs.
(error (cider-debug-mode-send-reply ":quit" key)
(message "Error encountered while handling the debug message: %S" e)))))