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
1 comment

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

Please sign in to leave a comment.