blakemcbride opened a new issue, #4546: URL: https://github.com/apache/netbeans/issues/4546
### Description I've got a somewhat unusual setup for some specific reasons. Without getting into the reasons, I have: 1. my own build system (for a large Java app) 2. an Ant driver for my build system Since I have the Ant driver, I can run my build system through NetBeans just fine. However, here is the problem. When I want to debug the program, I go through two steps: a. run the Ant target that (causes my build system) to deploy the app and start tomcat b. I manually attach to the correct debug port through NetBeans After that, I can debug just fine. So here is my question. It would be nice to have a button that: A. runs a pre-defined Ant target B. waits a few seconds for tomcat to semi-start C. attach to the debug port ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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
