- Blank console app
- In app.js
- Ctrl+Alt+E, turn Node.js exceptions on for 'break when thrown'
- 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