nrepl

2023-06-01T18:10:17.440719Z

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

bozhidar 2023-06-13T08:02:18.134309Z

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

bozhidar 2023-06-13T08:02:39.769019Z

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