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)