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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -