jdaugherty opened a new issue, #322: URL: https://github.com/apache/grails-intellij-plugin/issues/322
I'm trying to debug a problem with some configuration code in Grails. I can set a breakpoint in "grails-app/conf/application.groovy", but when I run the code in the debugger, it doesn't stop at the breakpoint, even though it executes the surrounding code, as witnessed by output from println statements... To be clear, there are two files called “application.groovy” - one is the Application class that contains “main” and the other is a Groovy version of the configuration file: init/package/Application.groovy conf/application.groovy To reproduce my problem, create a Grails application, add a line that says ``` println “Hello world” ``` to the file “conf/application.groovy”, set a breakpoint on that line, and Debug the application. --- *Imported from [IDEA-181084](https://youtrack.jetbrains.com/issue/IDEA-181084) · 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]
