I'm using Visual Studio Code, and I'm using the Javascript Debugger. My BIGGEST frustration is how to 'step in' only my variables, and not step in system .js files such as mongodb, node.js, etc.
I step through using the F11
key, and it's great to see my variables take on values.
But, I can't figure out how to force evaluation of system .js files but not step in. PLEASE let me know how to accomplish this, if it can be. Thanks.