So, on Windows, on the command line, I wrote
set GRADLE_OPTS = -Xdebug -Xrunjdwp: transport = transport on sockets, address = 9999, server = y, pause = y
Then I get:
C:\Project>gradle main Listening for transport dt_socket at address: 9999
Then I set a breakpoint in the gradle.build file 
and finally from the Eclipse IDE

And I get

why did this happen? So I can not debug gradle files, I can only debug java, groovy .. files?
source share