Create new node.js console app
put a breakpoint on the console.log line
F5
result: breakpoint is hit
in solution explorer, rename app.js to start.js
F5
result: breakpoint is not hit
put a breakpoint on the console.log line
F5
result: breakpoint is hit
in solution explorer, rename app.js to start.js
F5
result: breakpoint is not hit