You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mostly when I step into a decompiled class, first the decompiler halts at the first line. Then each subsequent step forward opens a new tab with the decompiled class. The debugger seems to be at the right line (at least in the variables view) but the editor stays at the first line.
The source is decompiled by the decompiler, and plugin recombine the source code by the line number. If the class is complex, the recombined source code may not correct, then eclipse java ast parser can't parse the source correctly. In this case, you can try another decompilers, plugin provides four decompilers to debug (Procyon can't bu used to debug). You can select the different decompilers simply by the decompiler toolbar menu.
Mostly when I step into a decompiled class, first the decompiler halts at the first line. Then each subsequent step forward opens a new tab with the decompiled class. The debugger seems to be at the right line (at least in the variables view) but the editor stays at the first line.
My eclipse config:
eclipse_info.txt
The text was updated successfully, but these errors were encountered: