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

Edited Issue: Remove break point on first line after attaching [802]

$
0
0
Right now break point which added by node.js on the first line of start script (--debug-brk) causes that in each iteration of the following code sample we get break event and process it.
```javascript
while (true){
console.log('Hello world!');
}
```

So after attaching debugger we should remove that breakpoint.

Viewing all articles
Browse latest Browse all 4630

Trending Articles



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