kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
171 stars 57 forks source link

Debug on test file does not work with Gradle 7 #435

Open alebo611 opened 4 years ago

alebo611 commented 4 years ago

The plugin sends the flag -Dtest.debug, but in gradle 7 it has changed to only "debug".

kelemen commented 4 years ago

Thanks, this option tough is practically legacy. I recommend switching to "Debugger listens for connections" option under "Debugging - Java", and there it is not used.

kelemen commented 4 years ago

Also, I think you are not using this plugin (because actually now this plugin is not passing -Dtest.debug but "--debug-jvm"), because since NB 10, there is a completely different Gradle plugin, so please report it agains NB directly.