Avoiding Groovy/Grails internals while debugging in IntelliJ Idea

前端 未结 2 1371
南方客
南方客 2021-01-31 23:40

I\'m using IntelliJ Idea 8.1.2 for Grails development. The dynamic nature of Groovy is giving me a hard time debugging my code: I keep ending up in the internals of Groovy/Grail

相关标签:
2条回答
  • 2021-01-31 23:54

    Yeah, I suffer with this annoyance, too, and I don't have a good solution. My workaround once I'm lost in Groovy/Grails code is just to figure out where I should be back in my code, set a break point there, and hit Continue.

    0 讨论(0)
  • 2021-02-01 00:09

    File->Settings->Debugger->Stepping

    Do not step into the classes...

    0 讨论(0)
提交回复
热议问题