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

Add unit tests for evaluating expressions in experimental debugger #1109

Closed
DonJayamanne opened this issue Mar 17, 2018 · 0 comments · Fixed by #1579
Closed

Add unit tests for evaluating expressions in experimental debugger #1109

DonJayamanne opened this issue Mar 17, 2018 · 0 comments · Fixed by #1579
Assignees
Labels
area-debugging debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone

Comments

@DonJayamanne
Copy link

Evaluate expressions:

  • Returning values (e.g. get value of a variable or expression)
  • Creating or assigning variables (e.g. a = 123 where a could be an existing variable or not).
  • Tests for invalid variables
  • Tests for invalid expressions

The functionality will be added in upstream PTVSD (microsoft/ptvsd#218)

@DonJayamanne DonJayamanne added needs PR debt Covers everything internal: CI, testing, refactoring of the codebase, etc. area-debugging labels Mar 17, 2018
@DonJayamanne DonJayamanne self-assigned this Mar 17, 2018
@DonJayamanne DonJayamanne added this to the April 2018 milestone Mar 17, 2018
@DonJayamanne DonJayamanne modified the milestones: April 2018, May 2018 Apr 19, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant