clj-debugger
clj-debugger copied to clipboard
The missing tool
Results
2
clj-debugger issues
Sort by
recently updated
recently updated
newest added
It would be nice to have something like: `(ls :fns)` which would use `ns-imports`, `ns-refers`, `ns-aliases` etc. to print out a nice listing of what functions are available. Is that...
There's a call to `(read)` in `read-fn`. It would be very helpful for cider if this function could be made configurable (perhaps with a dynamic variable), so we could more...