Monday, December 4, 2017

How to add line numbers attributes to java class files

Add this info to your javac command to add line number attributes to the generated class files: 

javac debug="true" debuglevel="lines,vars,source" includeantruntime="true"

No comments:

Post a Comment