Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug stepping not working correctly #12

Open
mojo2012 opened this issue Apr 11, 2017 · 2 comments
Open

Debug stepping not working correctly #12

mojo2012 opened this issue Apr 11, 2017 · 2 comments

Comments

@mojo2012
Copy link

mojo2012 commented Apr 11, 2017

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

@cnfree
Copy link
Owner

cnfree commented Apr 11, 2017

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.

@mojo2012
Copy link
Author

I tried all of them - same behavior. It worked months ago, but then an update came in and destroyed it. (see also #17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants