debug-repl icon indicating copy to clipboard operation
debug-repl copied to clipboard

debug-repl doesn't work inside trampoline REPL.

Open saeidscorp opened this issue 10 years ago • 1 comments

As it turns out, debug-repl's break! throws NPE when called inside a trampoline REPL.

saeidscorp avatar Feb 11 '16 13:02 saeidscorp

Confirmed from here — after glancing at the stack trace & source code my best theory is that lein trampoline repl is failing to add the nrepl middleware.

gfredericks avatar Feb 11 '16 17:02 gfredericks