node.js - How to ensure Just My Code is stepped into when debugging Javascript in NODE environment? -


given: node.js console application (using visual studio) has downloaded several packages via npm. when npm downloads source code of packages , puts them node modules folder.

problem: javascript code i'm writing needs debugging of single step see code paths. problem defines "just code" being used during "compile" of project. includes node modules wind on long goose chases often.

is there way exclude single stepping node modules , in effect step "just code"...?

the answer question vs2015 code debugger code must this. ntvs hasn't done yet, , msft team knows issue. when fix i'll post back.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -