Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在调试第 3 方专有 jar。JD-eclipse 可以很好地生成源代码,但我无法在生成的源代码中添加断点。Eclipse 抱怨类文件缺少行号信息。有没有办法解决这个问题?
不幸的是,没有解决方法。如果原始类是在没有调试信息的情况下编译的,它就会丢失给你——你无法从虚无中制造它。