Conditional breakpoints in Groovy Follow
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
Please sign in to leave a comment.
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