Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Created Issue: Exceptions always break [842]

$
0
0
We shouldn't be breaking on exception throws when break on exceptions is not turned on.

```
try {
console.log('Hello world');
throw true;
} catch (e) { }
```


Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>