You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
/* app.js */varscreenName='hello';varsc="";// set breakpointsetTimeout(function(){console.log('done');a(screenName);process.exit();// set breakpoint},1000)functiona(screenName){console.log(screenName);// set breakpoint}
From cmd line: node --inspect --debug-brk app.js, then run attach debug configuration
The text was updated successfully, but these errors were encountered:
roblourens
changed the title
Breakpoints not resolving properly in attach configuration
Breakpoints not resolving properly in attach configuration on Windows
Sep 27, 2016
Testing microsoft/vscode#12600
Node v6.6.0 (32-bit), Windows
From cmd line:
node --inspect --debug-brk app.js
, then run attach debug configurationThe text was updated successfully, but these errors were encountered: