grails-cucumber icon indicating copy to clipboard operation
grails-cucumber copied to clipboard

Debug step definitions with Eclipse

Open rsilva4-zz opened this issue 12 years ago • 1 comments

I'm using Eclipse (SpringSource Tool Suite 2.9.1) and Java 7, however if I define breakpoints inside my step definitions the debugger is not triggered as it should be.

For running the tests I'm using the command grails test-app functional:cucumber and using test ":cucumber:0.2.3" version of the plugin.

rsilva4-zz avatar Apr 13 '12 15:04 rsilva4-zz

This is probably an eclipse issue and nothing that I can fix in the plugin.

It also works for me in IDEA (at least most of the time, sometimes the breakpoints don't even work in "normal" groovy code).

Anyway, if anyone knows how to make it work in eclipse, let us know... :-)

hauner avatar Apr 29 '12 15:04 hauner