Skip to content

VS2015 Break on exception does not work with Error() by default #120

@mousetraps

Description

@mousetraps
  1. Blank console app
  2. In app.js
throw new Error();
  1. Ctrl+Alt+E, turn Node.js exceptions on for 'break when thrown'
  2. F5

Expected: breaks at line with Error

Actual: does not break @ line with Error. This does not repro for other Error types because they are in the list of available Node.js exceptions.

Workaround: add to Node.js exception list

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions