jdaugherty opened a new issue, #337:
URL: https://github.com/apache/grails-intellij-plugin/issues/337

   IU-182.4505.22
   JRE 1.8.0_152-release-1293-b12x64
   JetBrains s.r.o
   OS Windows 7(amd64) v6.1 Service Pack 1
   Grails version 2.5.5
   
   STR: put the method breakpoint in controller just like this (test project 
attached)
   ```
       def index(Integer max) { //method breakpoint here
           print "ok"
           params.max = Math.min(max ?: 10, 100)
           respond Book.list(params), model:[bookInstanceCount: Book.count()]
       }
   ```
    and try to run debugger => get the message in the Debug toolwindow
   
   _⚠️ attachment `image.png` was not included in the export_
   
   That's all. Aplication doesn't run.
   Replace the method breakpoint with the simple one => everything works 
normally.
   
   ---
   
   *1 attachment(s) referenced here (`image.png`) are not part of the CSV 
export.*
   *Imported from 
[IDEA-199071](https://youtrack.jetbrains.com/issue/IDEA-199071) · Type: Bug · 
Votes: 0*
   *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]

Reply via email to