sdedic opened a new pull request #3004: URL: https://github.com/apache/netbeans/pull/3004
With the introduction of `--continuous` mode in Gradle, it turned out that **Debug** style actions are confusing: I have defined them so they actually run in normal mode: consider a debugger, which would break out and restart the application on every Save to any project's file - that seems ... very very annoying (at least for me). There's no "good" solution to that: - we educate the user, that Debug is actually working differently (and users would complain that Debug does wrong thing in Continuous mode before they learn about the details). - we can disable Debug action for the configuration - which this PR does. The user can restore the action using NB GUI, if he/she chooses to live with the restrictions. -- 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. 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
