jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
563 stars 50 forks source link

Add debugging support? #241

Open didibus opened 7 years ago

didibus commented 7 years ago

Is proto-repl ever going to get support for debugging such as Cider: https://github.com/clojure-emacs/cider/blob/master/doc/debugging.md or Cursive?

jasongilman commented 7 years ago

I'd support the addition of a traditional debugger. I don't have plans to implement it currently though. My debugging needs are mostly met by the current features.

If someone were going to do this I would recommend taking a look at how the vs code plugin for Clojure does it.

On Apr 11, 2017, at 9:43 PM, Didier A. notifications@github.com wrote:

Is proto-repl ever going to get support for debugging such as Cider: https://github.com/clojure-emacs/cider/blob/master/doc/debugging.md or Cursive?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.