开发者

Java debuging decompiled classes without line number attributes

开发者 https://www.devze.com 2022-12-29 21:23 出处:网络
Is there any way to debug a 3rd party Java code (library) which, as I be开发者_如何学Pythonlieve, was compiled without line number attributes? I attach a debugger to this class (decompiled in Eclipse

Is there any way to debug a 3rd party Java code (library) which, as I be开发者_如何学Pythonlieve, was compiled without line number attributes? I attach a debugger to this class (decompiled in Eclipse using JadClipse) and I can set breakpoints on method entries, but cannot step through code line by line.


Maybe you can re-compile the decompiled code and debug that instead of the "real" jar?

0

精彩评论

暂无评论...
验证码 换一张
取 消