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

Edited Issue: Debugger breaking in unexpected files [762]

$
0
0
Create new Basic Express application (Node.js or TypeScript, same behavior)
Put breakpoint in routes/index.js on line 7:
```
res.render('index', { title: 'Express' });
```
Press F5 to start debugging
Breakpoint should be hit
Press F5

Result: It's going to break again in another index.js, then again, and again. Always on/around line 7.

Viewing all articles
Browse latest Browse all 4630

Trending Articles