mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
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