Fork me on GitHub
#nrepl
<
2023-06-01
>
jpmonettas18:06:17

is there an easy way to dump the current middlewares stack from the repl, to troubleshoot middleware ordering issues?

bozhidar08:06:18

I guess you can just print it while your running a REPL. You have full access to everything in nREPL’s running process.

bozhidar08:06:39

But you’ll have to do this programmatically, there’s no op API for this.