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

If evaluate request fails, ignore variable #11928

Conversation

colin-grant-work
Copy link
Contributor

What it does

This PR addresses a problem where failure to evaluate a variable, for example because that variable has been optimized out, causes the entire sequence of memory retrieval to fail.

How to test

... to be continued

Review checklist

Reminder for reviewers

@colin-grant-work colin-grant-work added the memory-inspector Issues relating to the `memory-inspector` package. label Nov 28, 2022
@colin-grant-work colin-grant-work force-pushed the bugfix/evaluation-failure-crashes-memory branch from 8d0a2f2 to e110d8c Compare November 28, 2022 22:10
@colin-grant-work colin-grant-work force-pushed the bugfix/evaluation-failure-crashes-memory branch from e110d8c to dd96271 Compare November 29, 2022 16:57
Copy link
Member

@paul-marechal paul-marechal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a way to test this code but the logic is reasonable.

@paul-marechal paul-marechal merged commit f94ad05 into eclipse-theia:master Jan 16, 2023
@vince-fugnitto vince-fugnitto deleted the bugfix/evaluation-failure-crashes-memory branch January 16, 2023 18:43
@colin-grant-work colin-grant-work modified the milestones: 1.35.0, 1.34.0 Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
memory-inspector Issues relating to the `memory-inspector` package.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants