We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ac1c7 commit 0c59b87Copy full SHA for 0c59b87
cider-tracing.el
@@ -32,11 +32,11 @@
32
(require 'cider-connection) ; for `cider-map-repls'
33
(require 'nrepl-dict)
34
35
-(defun cider-sync-request:toggle-trace-var (symbol)
36
- "Toggle var tracing for SYMBOL."
+(defun cider-sync-request:toggle-trace-var (sym)
+ "Toggle var tracing for SYM."
37
(thread-first `("op" "toggle-trace-var"
38
"ns" ,(cider-current-ns)
39
- "sym" ,symbol)
+ "sym" ,sym)
40
(cider-nrepl-send-sync-request)))
41
42
(defun cider--toggle-trace-var (sym)
0 commit comments