lkishalmi commented on issue #4865: URL: https://github.com/apache/netbeans/issues/4865#issuecomment-1308010000
Just played around with the attached project a bit. Both run and debug actions can be configured without a major hustle. Merely by adding the following two lines to the `gradle.properties` of the composing build: ``` action.debug.args=:app:run --debug-jvm action.run.args=:app:run ``` The registration of a `run` task is not required. The only drawback is that the IDE would register the JDPA listener on Java projects only, so the debugger has to be manually attached from the menu, but that's possible. As this is not a standard use-case for compositing builds, I'd say that's fine. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
