Answer the question
In order to leave comments, you need to log in
How to exclude node_modules from devtools inspector?
I started using the debugger node.js applications devtools inspect, but there was a problem that the debugger often jumps to the node_moduels folder and others, exits the workspace that I added.
The question is, how can I prevent the debugger from going beyond the workspace that I added to it?
Answer the question
In order to leave comments, you need to log in
It should by default bypass this directory. and so in exceptions from the work space.
In the
settings see this:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question