node.js - WebStorm Debugger for Node Stopping at Non Breakpoints -
in webstorm, have node application , hit debug , on load debugger stops on bunch of seemingly random lines in node_modules. can continue through 5 files until router/index.js file gets stuck on single line countless continues.
i have no breakpoints in of node_modules files, obviously, , webstorm not show breakpoint. stops every time. solution has been mute breakpoints, wait app load, , unmute. sometimes, though, have re-add breakpoints if want checkbox check , able hit breakpoints. @ point have no issues. idea why it's getting stuck in node_modules no breakpoints?
figured out workaround. chose "view breakpoints" , although points consistently stopped @ not listed, removed breakpoints, , can debug without stopping in random node_modules.
Comments
Post a Comment