Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java decompiler with save line numbers in actual physical position

Many IDE's debugger match the physical line number. I'm looking for java decompiler with saving actual line number in decompiling code.

http://java.decompiler.free.fr/ is not one.

like image 654
qwazer Avatar asked Apr 29 '11 12:04

qwazer


Video Answer


2 Answers

I have released a companion plugin to JD Eclipse which fixes the line numbers issue and makes it easier to switch between real and decompiled source: http://mchr3k-coding.blogspot.co.uk/2012/07/realignment-for-jd-eclipse.html

like image 74
mchr Avatar answered Oct 11 '22 16:10

mchr


I actually added an "Align code for debugging" feature to JD-Eclipse. I've been using it for the last year.

If anyone wants to give it a try until Emmanuel Dupuy releases his own version, you can get it from here. More details inside README.txt

like image 20
esandrei Avatar answered Oct 11 '22 15:10

esandrei