clojure-emacs / cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://cider.mx
GNU General Public License v3.0
3.52k stars 643 forks source link

JVMTI followup #3700

Closed alexander-yakushev closed 1 month ago

alexander-yakushev commented 1 month ago
  1. Per @yuhan0 suggestion, I've changed the way how allowAttachSelf property is injected for tools.deps. It looks marginally cleaner this way.
  2. Updated the docs clarifying that allowAttachSelf can (and should) be specified manually when the REPL is not started through jack-in.
bbatsov commented 1 month ago

Thanks!