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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -