Files
openide/platform/external-system-rt
Andrei Kuznetsov 8d05723e83 IDEA-228415: breakpoints are ignored in Java if android module present in the project
Java process forked by Gradle does not include debugger agent due to missing cmd line argument.
Gradle script debugging also does not work due to missing cmd line argument.
This is only the case when android modules are present since in this case AndroidGradleTaskManager takes control over gradle task execution.
When there is no android modules, Idea's GradleTaskManager takes control, and all the JVM options are added as expected.

GitOrigin-RevId: 1e20557c5d89921378746dc8917943d1884365c8
2020-02-14 11:39:06 +00:00
..