-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Java 7, Gradle 2.11, JPI plugin 0.14.1, Windows 7
The server started with gradlew server cannot be debugged if Gradle daemon is used.
I use GRADLE_OPTS to pass debug arguments to JVM, but it seems that debugger connects to a wrong process. It connects successfully, but never stops at breakpoints.
Setting org.gradle.daemon = false solves the issue.
- is related to
-
JENKINS-33209 Implement debugging similar to the Gretty plugin
- Closed