debugging gant

I am using 8.1 with the Groovy plugin.  I am able to debug gant itself (using a Gant configuration), but I can't debug a groovy or java class.

Is it possible to debug java, groovy, gant code with the same run configuration(put breakpoints in groovy, gant, and java code)????

0

Do you mean the breakpoints you put aren't invoked, or that running
itself fails due to some other reasons? Can the code be run and debugged
in plain old println way?

0

请先登录再写评论。