Ant task debug arguments


/ Published in: XML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <jvmarg value="-Xdebug"/>
  2. <jvmarg value="-Xnoagent"/>
  3. <jvmarg value="-Djava.compiler=NONE"/>
  4. <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8005"/>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.