Debug: Having skipFiles will skip native node APIs when using node but not with node2 #16854
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
*duplicate
Issue identified as a duplicate of another issue(s)
Milestone
#16208
Clone and open https://github.com/Microsoft/vscode-smoketest-express.git
Created the launch.json:
Put a breakpoint at
bin/www:28
onserver.listen
Start debugging
Hit the breakpoint
Step in, notice
http
is skippedChange
type
tonode2
inlaunch.json
Start debugging
Hit the breakpoint
Step in, notice
http
is not skippedThe text was updated successfully, but these errors were encountered: