We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to evaluate clojure functions with go-loop for debugging
cider-error buffer opens with
Unhandled clojure.lang.ExceptionInfo Could not resolve var: a {:var a, :file "your_file", :column 5, :line 110} core.clj: 4617 clojure.core/ex-info
Try to "C-u C-M-x" (cider-debug-defun-at-point) on this function:
(defn foo [a] (go-loop [n 10] (println a) (if (zero? n) :finish (recur (dec n)))))
;; CIDER 0.13.0snapshot (package: 20160623.12), nREPL 0.2.12 ;; Clojure 1.8.0, Java 1.8.0_45
Lein 2.6.1
24.5
Windows 8
The text was updated successfully, but these errors were encountered:
Looks like a duplicate of #1775
Sorry, something went wrong.
Closing as duplicate.
No branches or pull requests
Expected behavior
Be able to evaluate clojure functions with go-loop for debugging
Actual behavior
cider-error buffer opens with
Steps to reproduce the problem
Try to "C-u C-M-x" (cider-debug-defun-at-point) on this function:
CIDER version information
Lein/Boot version
Lein 2.6.1
Emacs version
24.5
Operating system
Windows 8
The text was updated successfully, but these errors were encountered: