Debugging an Ant Script

See Also 

You can run an Ant script in the IDE's debugger like you would a Java class. Debugging an Ant script is handy when you need to diagnose a problem in the Ant script's execution or examine how the script works.

To debug an Ant script:

When you start debugging an Ant script, the IDE opens the Debugger windows, goes to the first line of the target, and stops. You can do all of the following:

See Also
Running an Ant Script
Setting a Java Breakpoint
Stepping Through Your Program

Legal Notices