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/08/27 01:30:44 UTC

[GitHub] [netbeans] blakemcbride opened a new issue, #4546: Ability to debug with Ant script

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: notifications-unsubscribe@netbeans.apache.org.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