I use IntelliJ Idea 12 and 13. We have no sources, so we need to decompile the bytecode in order to understand the logic.
I installed the jd-intelliJ plugin, it seems to work fine, but I have no way to set a breakpoint in the decompiled code.
I tried to use the JAD plugin before, but the decompiled code is so ugly when I use this plugin. I also tried to decompile the jar file using jd-GUI, put it in my maven repository and use it for debugging in IntelliJ, it also does not work correctly.
Can I use a good decompiler like JD and debug it in my Idea IDE?
source share