ccw-ide / ccw

Counterclockwise is an Eclipse plugin helping developers write Clojure code
https://github.com/laurentpetit/ccw/wiki/GoogleCodeHome
Eclipse Public License 1.0
218 stars 49 forks source link

Repl not launched in debug mode despite the setting being on #849

Open cgrand opened 8 years ago

cgrand commented 8 years ago

I (as many people) have something like :jvm-opts ^:replace [] in their profiles.clj and because of that the update-in on :jvm-opts is ignored and the REPL is not started in debug mode.

laurentpetit commented 8 years ago

Indeed, it's totally reproducible on the Leiningen (2.5.2 at least) command line, without involving CCW.

laurentpetit commented 8 years ago

For the record, I have created this Leiningen Issue to help progress on this CCW issue https://github.com/technomancy/leiningen/issues/1969

laurentpetit commented 8 years ago

Phil just acknowledged this is a bug in leiningen.