Tuesday, 23 October 2018

VS Code debug stops at vm.js in createScript function

I am getting a strange issue with Microsoft Visual Studio Code.

I am trying to debug my project's nodejs script and it always stops at a system file vm.js in createScript function.

It doesn't go to next debug point of my script if I click on Continue button. Why is that? I have updated/removed/reinstalled the VS Code but no help!

enter image description here

I tried it after deleting node_modules folder but still getting the same issue.

What could be the reason?



from VS Code debug stops at vm.js in createScript function

No comments:

Post a Comment