User Tools
Writing /app/www/public/data/meta/development/grails/grails3debug.meta failed
development:grails:grails3debug
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| development:grails:grails3debug [2017/02/03 13:51] – created bcoffey | development:grails:grails3debug [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== 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 === | ||
| + | Go into the 'Edit Configuration' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | === Step 2 === | ||
| + | Create a new remote confguration using the ' | ||
| + | |||
| + | {{: | ||
| + | |||
| + | === 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, | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ===== Note ===== | ||
| + | Two instances of the debug configuration cannot listen on the same port (5005)!! | ||