File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Middleware for [nREPL](https://github.com/clojure/tools.nrepl).
6
6
7
7
Add ` ritz-nrepl-middleware ` to your ` :dev ` ` :dependencies ` vector, and add the
8
8
middleware to ` :nrepl-middleware ` under ` :repl-options ` . You can do this in your
9
- ` project.clj ` file, or in your ` :user ` profile in ` ~/.lein/profiles.clj ` .
9
+ ` project.clj ` file, or in the ` :user ` profile in ` ~/.lein/profiles.clj ` .
10
10
11
11
``` clj
12
12
:dependencies [[ritz/ritz-nrepl-middleware " 0.5.0" ]]
Original file line number Diff line number Diff line change 2
2
3
3
An nREPL middleware for controlling the classpath of a REPL.
4
4
5
+ This is still alpha state.
6
+
5
7
## Usage
6
8
7
9
Usage requires direct support from your nREPL client.
Original file line number Diff line number Diff line change 1
1
# ritz-nrepl
2
2
3
- ` ritz-nrepl ` comprises an nREPL server and middleware. The server uses JPDA to
4
- provide debugger middleware. The library also provides general purpose
5
- middleware, which can be used with any nREPL client, independently of the
6
- debugger.
7
-
8
- Alpha.
3
+ ` ritz-nrepl ` is an nREPL server with a debugger. The server uses JPDA to provide
4
+ debugger middleware.
9
5
10
6
## nREPL debugger server usage
11
7
You can’t perform that action at this time.
0 commit comments