The workaround is:
Ant:
execute ant with the setting "--execdebug" (ant runJetty --execdebug) . This will print the command to the console. Copy/paste/edit to a script (add the debug parameters -XDebug ...). Start this particular command from this script when you want to debug.
Maven:
Whenever you want to debug. set "export MAVEN_OPTS=
Obviously we are are now debugging entire maven/ant. If anyone has a better idea, let me know.
No comments:
Post a Comment