Closed
Description
Environment data
VS Code version: (1.18.1)
Python Extension version: 0.8.0
Python Version: Python 3.6.3 | packaged by conda-forge | (default, Oct 5 2017, 19:18:17)
OS and version: macOS 10.12.6
Actual behavior
x = dict()
None
x["asdf"]
'asdf'
Expected behavior
The fact that an exception was raised should be evident ...
Steps to reproduce:
- Start debugging
- create an empty dict() in debug console
- access a key of that dict