Add line number to compiled class

372 views Asked by At

I'm debugging a 3rd party proprietary jar. JD-eclipse generates the source just fine but I can't add breakpoints into the generated source code. Eclipse complains the class file lacks line number info. Is there any way to work around this?

1

There are 1 answers

1
Mureinik On

Unfortunately, there is no workaround. If the original class was compiled without debug info it's lost to you - there's no way you can fabricate it out of the void.