You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/11/08 17:03:15 UTC

[GitHub] [netbeans] lkishalmi commented on issue #4865: Gradle: can't debug composite build

lkishalmi commented on issue #4865:
URL: https://github.com/apache/netbeans/issues/4865#issuecomment-1307537834

   I'm sorry I had no time to play with the attached project. I'm sure that this is not a bug. NetBeans does not need any plugin (and I think in these days neither Eclipse nor IDEA needs a specific plugin) to work with Gradle.
   
   The problem is that that the `run` task in this case is a "proxy" task for the included build `run` task, not a `JavaExec` type task. While the `JavaExec` task understands the `--debug-jvm` option the proxy task does not.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists