Conditional breakpoints in Groovy
I am trying to debug some groovy code. Is it possible to set a conditional breakpoint in Groovy ? Breakpoint condition does not seem to accept Groovy syntax and complains about missing methods in dynamic classes.
Idea 8.1.3 (9886) / JDK 1.6.0_14 / Groovy 1.5.7
Thanks,
Dragisa
请先登录再写评论。
It's not possible now, mostly because of UI problems. One'll need to
specify the condition language without cluttering UI.
Perhaps the language in the condition can be based on where the breakpoint is ?
Sounds good. Could you file a JIRA request?
Ok
IDEA-24485