Debug Scala Play Web Application using IntelliJ IDEA Community Edition
Sep 8, 2022
In this article, I will show you how to attach a debugger to the Scala Play Framework web application using IntelliJ Idea. Follow below simple steps.
Start Play Server in Debug Mode
Run this command to start the application in debug mode.
it will use port 9999
sbt run -jvm-debug 9999
Debug In Intellij
- Click on Edit Configurations
2. Add Remote /Debug JVM Configuration
Now Attach Breakpoints and enjoy debugging 😉