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 方 Java 代码(库),我相信它是在没有行号属性的情况下编译的?我将调试器附加到这个类(在 Eclipse 中使用 JadClipse 反编译),我可以在方法条目上设置断点,但不能逐行执行代码。
也许你可以重新编译反编译的代码并调试它而不是“真正的”jar?