jdaugherty opened a new issue, #289: URL: https://github.com/apache/grails-intellij-plugin/issues/289
It seems that we have an issue when debugging grails application in IDEA. When there is two controllers that have the same name, the debugging system is linking the wrong controller as a display. I have three grails modules : > CORE is the core module > APP1 is the First application using the core module > APP2 is the second app using the core module let say that APP1 and APP2 has the same controller name If i'm launching the APP1 in debug mode, i may arrive in the situation where the debugger is opening the APP2 file at the breakpoint i've set in the APP1 controller. Used grails 2.4.4 --- *Imported from [IDEA-167356](https://youtrack.jetbrains.com/issue/IDEA-167356) · Type: Bug · Votes: 1* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
