0

When im debugging a nodejs project, sometimes it just jump into the internal modules, "path.js helper.js loader.js util.js validator.js..."

  1. How can i just skip from jump into those files while debugging?
  2. Where are those file in my windows 10? i cant find such *.js file in 'C:\Program Files\nodejs'
3
  • See stackoverflow.com/questions/42753631/… or stackoverflow.com/questions/47556495/… and links therein. Those modules like path.js are built into vscode "Built-in core modules of Node.js can be referred to by the 'magic name' <node_internals> in a glob pattern. " and would not be stored in the usual node_modules folder but somewhere in vscode's code. Commented Sep 24, 2019 at 14:46
  • thank you Mark , I really appreciate your answer Commented Sep 24, 2019 at 17:25
  • You are welcome. Commented Sep 24, 2019 at 17:26

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.