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

Test evaluatable expression provider API #91268

Closed
2 tasks done
weinand opened this issue Feb 24, 2020 · 0 comments
Closed
2 tasks done

Test evaluatable expression provider API #91268

weinand opened this issue Feb 24, 2020 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Feb 24, 2020

Test for #89084:

Complexity: 3

In this milestone we've introduced new extension API to better control the behavior of the debug hover.

An EvaluatableExpressionProvider can be registered for a language to provide an expression under the mouse that the VS Code debugger will evaluate against an active debug session.

Mock debug has a sample implementation.

Verify that the new extension API works as specified in the documentation (comments in vscode.d.ts) either by modifying Mock Debug or by creating a standalone EvaluatableExpressionProvider for any language.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

3 participants