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

[critical bug] ECD doesn't work with debugger in Eclipse 2019-12 (4.14) #70

Closed
gayanper opened this issue Jan 30, 2020 · 4 comments
Closed
Labels
bug requires-investigation The described issue requires further investigation and verification.
Milestone

Comments

@gayanper
Copy link

When trying to debug a class which doesn't have source code, in eclipse 4.14 the ECD doesn't open the decompiled class and show the execution point of the debugging program. It seems to be the way new eclipse version trying to lookup source code which end up in showing a dummy editor with some information on how to attach source code.

@RobertZenz
Copy link
Collaborator

You sure this isn't another manifestation of #43?

@gayanper
Copy link
Author

Yes, because everything works if i just try to open the type from Open Type or Ctrl + Click. This only happens when debugging where you try to step into a class which doesn't have source code.

@RobertZenz RobertZenz added bug requires-investigation The described issue requires further investigation and verification. labels Jan 30, 2020
@RobertZenz RobertZenz added this to the 3.2 milestone Jan 30, 2020
@RobertZenz
Copy link
Collaborator

Mh, can you give #58 another look, might be relevant.

@gayanper
Copy link
Author

Yes i think its the same issue. I will close this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug requires-investigation The described issue requires further investigation and verification.
Projects
None yet
Development

No branches or pull requests

2 participants