Ritz provides a clojure debugger for nREPL.el and SLIME, other nREPL middleware, and a general repl-utils library.
0.5.0 adds several new features. * load-project will load the project for buffer you are currently visiting. This allows you to switch projects in an existing repl. * reload-project will reload the current project. If you have added dependencies to the project, these will be added to the classpath. If you have removed dependencies, the classpath will be updated appropriately and all user namespaces cleared. * lein will allow you to use the REPL vm to run lein command for you current project. The commands above should be prefixed with slime-ritz-, or nrepl-ritz- as appropriate. ritz-nrepl works with the recent nrepl.el 0.1.4 release. Change log: https://github.com/pallet/ritz/blob/develop/ReleaseNotes.md Project: https://github.com/pallet Hugo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
