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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -