I am adding the GRADLE_OPTS
to system environment variables as:
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
I have created the remote debugger from InteliJ IDEA for this socket. I can debug the build.gradle
file, but I can't enter into the scripts for example can't see the variable values .