Skip to content

Exceptions raised in debug console are obfuscated #377

Closed
@breathe

Description

@breathe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-debuggingbugIssue identified by VS Code Team member as probable bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions