Is there any way to debug Grails application deployed to production server in Intellij IDEA or any other IDE?
Is there any way to debug Grails application deployed to production server in Intellij
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to start your server in debug mode by adding something like this to the java process start script:
Then in IntelliJ open
Run > Edit Configurationsand selectDefaults > Remote, where you can set the port you specified above to debug the remote JVM.You can do the same in Eclipse.