[ANN] Ant debugger plugin Follow
Ant Debugger enables Apache Ant build script debugging:
- Open build file in editor
- Set debug breakpoints (screenshot 1)
- Right click on editor to show context menu (screenshot 2) and select the "Debug" menu item to launch Ant debugger
- Wait until the Ant debugger stops on breakpoint then use step or resume debugger commands, investigate Ant variables and execution stack (screenshot 3)
You can add Ant debug configuration from the Edit configurations dialog (screenshot 4).
Then you select Ant file, Java SDK for debugging session (screenshot 5).
Note. Plugin requires Java SDK to launch Ant: plugin uses build file module, project or any SDK for JDK list (the plugin searches for Java SDK in this order and uses first found).
Installation: use Idea plugins manager:
- open Settings > plugins
- wait until the plugin list loads
- right click on Ant Debugger plugin and select install / update from the context menu
- restart Idea
Supported Idea versions: Idea 8.1.x, Idea 9 (community and ultimate editions).
Download
Please sign in to leave a comment.