Hello, Hugo. I'm trying ritz and having some issues with SLDB that really confused me. When I switch on the slime-break-on-exception, it seems it sometimes doesn't work. The SLDB buffer won't pop up and I sometimes can see the exceptions in the terminal (but sometimes not :( ).
The easiest way to reproduce it is to repeatedly type some junk into Slime REPL and the first 2 or 3 tries will bring up the SLDB buffer and I select "Abort" or "Continue" to return to REPL, but then the exceptions are just printed out to the terminal. Also when I compile some form hitting C-c C-c, or the file with C-c C-k, those exceptions thrown from the form will also be ignored. By the way, it seems ritz 0.5.0 does not work with Lein 1. I'm wondering if Ritz is planned to support Lein 2 only from then on? Best regards, Bruce 在 2012年9月20日星期四UTC+8上午3时49分51秒,Hugo Duncan写道: > > > 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
