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
Attempting to follow the example in the wiki docs:
user=> (use 'arcadia.debug) nil user=> user=> nil user=> (future (let [x (+ 1 2)] (break))) #object[Future 0x22022400 {:status :pending, :val nil}] user=> (break)
Entering ':a' leads to an exception at the debug prompt:
debug:2:=> :a clojure.lang.ArityException: Wrong number of args (1) passed to: arcadia/debug/breakpoint-summary-vec--628 * clojure.lang.AFn * arcadia/debug/print-available-breakpointsfn * clojure/core/map-indexedmapifn clojure.lang.LazySeq.sval () NO_CLASS.NO_METHOD clojure.lang.LazySeq.seq () NO_CLASS.NO_METHOD clojure.lang.RT.seq (object) * clojure/core/seq * clojure/core/mapfn clojure.lang.LazySeq.sval () NO_CLASS.NO_METHOD clojure.lang.LazySeq.seq () NO_CLASS.NO_METHOD clojure.lang.Cons.next () clojure.lang.RT.BoundedLength (clojure.lang.ISeq, System.Int32) * clojure.lang.RestFn * clojure/core/apply * arcadia/debug/table * arcadia/debug/print-available-breakpoints * arcadia/debug/repl-read-fnrepl-read * clojure/main/replread-eval-printfn * clojure/main/replread-eval-print
This was with Unity 2018.3.0f2, Manjaro Linux, on the master branch (33beafb).
The text was updated successfully, but these errors were encountered:
Fixing arcadia-unity#339
fb93a1f
695574b
timsgardner
No branches or pull requests
Attempting to follow the example in the wiki docs:
Entering ':a' leads to an exception at the debug prompt:
This was with Unity 2018.3.0f2, Manjaro Linux, on the master branch (33beafb).
The text was updated successfully, but these errors were encountered: