Can you debug JAR files without debug information (line numbers)?

Viewed 20

One of my Java projects is using an external JAR file that comes without debug information (line numbers) and I do not have the source code to either. I decompiled the JAR file using IntelliJ and I am trying to set break points, but they are not hit due to missing line number information.

Is there a way of setting breakpoints in decompiled classes, without line number information?

0 Answers
Related