-
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
-
[JENKINS-33336] Cannot debug with gradlew server while org.gradle.daemon = true
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 169248 ] | New: JNJira + In-Review [ 183416 ] |
Assignee | Original: Daniel Spilker [ daspilker ] | New: Steve Hill [ sghill ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Solving 33209 should solve 33336 as well.