Can anyone help me to enable debug on the gradle t...
# gradle
r
Can anyone help me to enable debug on the gradle tasks in Intellij? I set breakpoints, but they don't work. I tried various parameters, i.e. in GRADLE_OPTS (
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006
also tried 5005) and create a 'remote' debug task in IntelliJ, but none works. It also mentions using
--no-daemon
but this no longer exists, so may be related to the problem. What should I do next? any good reference?