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

JdtEvaluationProvider support dynamic query project #468

Open
mozhuanzuojing opened this issue Feb 6, 2023 · 1 comment
Open

JdtEvaluationProvider support dynamic query project #468

mozhuanzuojing opened this issue Feb 6, 2023 · 1 comment

Comments

@mozhuanzuojing
Copy link
Contributor

mozhuanzuojing commented Feb 6, 2023

In a multi-project debugging, set a debug project A, but there is a possibility that the breakpoint is in project B, and the evaluation expression fails: TypeName cannot be resolved to a type, because this TypeName is in project B, but only project A is evaluated, resulting in failure. Whether you can find project B where the TypeName is located after the evaluation fails, and then evaluate the expression in project B

example:

image

additional

If you accept this suggestion, I can provide a PR

@testforstephen
Copy link
Contributor

The challenge is if it's a mono repo and contains lots of modules, how did you find the target project quickly?

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