简体   繁体   English

如何使用调试信息构建asm.jar?

[英]How can I build asm.jar with debug information?

The org.objectweb.asm library that downloaded from mavenrepository doesn't contain the debug information, it's so hard to put a break point and also when generate override method from intellij, the arguments are all nonsense single char names. 从mavenrepository下载的org.objectweb.asm库不包含调试信息,很难设置一个断点,而且当从intellij生成override方法时,参数都是无意义的单个字符名称。 I tried to put product.noshrink in the build.properties , but it doesn't seem to do the work. 我试图将product.noshrink放入build.properties ,但似乎没有完成这项工作。

You can download the source from here and then compile with whatever options you want. 您可以从此处下载源代码,然后使用所需的任何选项进行编译。 http://forge.ow2.org/project/showfiles.php?group_id=23 http://forge.ow2.org/project/showfiles.php?group_id=23

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM