Recons - connect remotely to a Scala REPL embedded in your running application

Have you ever wanted to debug your application by fiddling with its internal state and running arbitrary code using a real Scala REPL? Now you can do that.

I’ve been using a similar implementation for several years in one of my previous companies, and it helped me troubleshooting on multiple occasions. I’ve finally found some time to properly implement it as an open source project.

5 Likes