User Tools
development:grails:grails3debug
Debugging in Grails 3
Author : Brian Coffey
Date : 2017-02-03
To debug a grails 3.x.x application in IntelliJ Idea a new remote configuration needs to be created.
Step 1
Step 2
Create a new remote confguration using the '+' symbol in the top lef hand corner and select the remote option as shown below.
Step 3
Use the parameters shown in the image below, the majority, if not all of these will be the defaults.
Step 4
To actually debug the application, run the application as normal and then select your newly created debug remote configuration and run that in debug mode as shown in the below image.
Note
Two instances of the debug configuration cannot listen on the same port (5005)!!
development/grails/grails3debug.txt · Last modified: 2021/06/25 10:09 by 127.0.0.1



