cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
2020-12-07T19:14:08.247Z

is this

nrepl/nrepl                                    {:mvn/version "0.8.3"}
             cider/cider-nrepl                              {:mvn/version "0.25.5"}
enough to expect user-error: 'cider-toggle-trace-var' requires the nREPL op "toggle-trace-var" (provided by cider-nrepl) to stop happening?

2020-12-07T19:14:54.247800Z

i'm trying to get tracing and profiling working when connecting to a remote nrepl server

2020-12-07T19:24:26.248300Z

it does look like the remote side is running 0.25.5

user> cider.nrepl.version/version-string
"0.25.5"