How can we run the play application in debug mode #130
-
How can we run the play application in debug mode? URL - https://github.com/Sunbird-Lern/sunbird-lms-service/tree/master |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@devaj04 Add 'Remote JVM Debug' configuration in IDE as shown in screen shot below Instead of 'mvn play2:run', execute 'mvnDebug play2:run' command from 'controller' location of the repository in terminal. Choose newly added 'Remote JVM Debug' configuration and click on 'Debug' button Trigger any API with debug checkpoints set in code . |
Beta Was this translation helpful? Give feedback.
@devaj04 Add 'Remote JVM Debug' configuration in IDE as shown in screen shot below
Instead of 'mvn play2:run', execute 'mvnDebug play2:run' command from 'controller' location of the repository in terminal.
Choose newly added 'Remote JVM Debug' configuration and click on 'Debug' button
Trigger any API with debug checkpoints set in code .