pallet / ritz

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

Add a buffer with the standard output from the user process. #101

Closed aroemers closed 9 months ago

aroemers commented 11 years ago

With the normal nrepl, the standard output from the project is displayed in the *nrepl-server* buffer. This is not the case when using ritz-nrepl. Possibly the output from the user JVM needs to be captured as well. Or am I missing something?