Bill Graham created PIG-2851:
--------------------------------

             Summary: Add flag to ant to run with a debugger port
                 Key: PIG-2851
                 URL: https://issues.apache.org/jira/browse/PIG-2851
             Project: Pig
          Issue Type: Bug
            Reporter: Bill Graham
            Assignee: Bill Graham


Sometimes it's helpful to start up {{ant test}} with a debug port enabled. 
Let's add a flag {{debugPort=[port]} to allow this. For example:

{noformat}
ant test -DdebugPort=5000 -Dtestcase=TestFoo
{noformat}

would run the test case and wait for a debugger client to connect to port 5000 
before continuing.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to