Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mousetraps opened this issue May 14, 2015 · 1 comment
Closed

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

mousetraps opened this issue May 14, 2015 · 1 comment
Assignees
Milestone

Comments

@mousetraps
Copy link
Contributor

  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

@mousetraps mousetraps added the bug label May 14, 2015
@mousetraps mousetraps added this to the May milestone May 14, 2015
@mousetraps mousetraps self-assigned this May 14, 2015
@mousetraps mousetraps modified the milestones: June, May May 14, 2015
@mousetraps mousetraps changed the title VS2015 Break on exception does not work with Error() VS2015 Break on exception does not work with Error() by default May 14, 2015
@mousetraps mousetraps modified the milestones: June, May May 28, 2015
@mousetraps mousetraps modified the milestones: May, June Jun 1, 2015
mousetraps added a commit that referenced this issue Jun 9, 2015
Fix #120 VS2015 Break on exception does not work with Error() by default
@mousetraps
Copy link
Contributor Author

Available in the latest dev build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant