forked from DonJayamanne/pythonVSCode
- Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingdebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.
Milestone
Description
Evaluate expressions:
- Returning values (e.g. get value of a variable or expression)
- Creating or assigning variables (e.g.
a = 123whereacould 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.Covers everything internal: CI, testing, refactoring of the codebase, etc.