Eclipse (tested with Helios) has a built in Ant debugger too. Quick test: - write a buildfile - set a breakpoint (line 9) - "Debug as > Ant build"
==> Eclipse changed to the debug perspective (or wants to) In the variables view you can see the properties, but not change values or set new props. Jan > -----Ursprüngliche Nachricht----- > Von: Jesse Glick [mailto:[email protected]] > Gesendet: Donnerstag, 9. Juni 2011 21:42 > An: [email protected] > Betreff: Re: Command Line Debugging > > On 06/09/2011 05:42 AM, Nicolas Lalevée wrote: > > At some point we may imagine a debugger in an IDE like Eclipse too. > > By the way there has long been an Ant debugger in NetBeans. Just select > Debug Target from the context menu of a build script in e.g. the Files > tab. Breakpoints and > property inspection are supported. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
