Debugging ring service in clojure

Viewed 37

Is it possible to just jump with a debugger into Ring, when i executed a route? I have really trouble understanding, what exactly happens in a huge ring application.

For example: I would like to set a breakpoint in the ring app and then invoke a path.

0 Answers
Related