Skip to content

Add unit tests for evaluating expressions in experimental debugger #1109

@DonJayamanne

Description

@DonJayamanne

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)

Metadata

Metadata

Assignees

Labels

area-debuggingdebtCovers everything internal: CI, testing, refactoring of the codebase, etc.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions