pallet / ritz

SWANK and nREPL servers for clojure providing JPDA based debuggers
318 stars 33 forks source link

Rebind `q` in debug buffer #95

Open amalloy opened 11 years ago

amalloy commented 11 years ago

As it's set now, q just breaks the entire nrepl/ritz session. I bound it to abort instead of quit, and now it does roughly what's expected by slime/swank users.

amalloy commented 11 years ago

Fixes #9.