Java debuging decompiled classes without line number attributes
        Posted  
        
            by tori3852
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by tori3852
        
        
        
        Published on 2010-05-12T14:18:24Z
        Indexed on 
            2010/05/12
            14:24 UTC
        
        
        Read the original article
        Hit count: 238
        
Hi, is there any way to debug a 3rd party Java code (library) which, as I believe, 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.
© Stack Overflow or respective owner