Is it possible to blackbox vendor code when using VSCode's node debugger?
Chrome Dev Tools has offered the ability to blackbox selected code for a while now, but I can't seem to find a comparable feature for VSStudio when debugging Node. I've been through the debugger docs and lots of issues on VSCode's Github, but I can't seem to find an answer. Is it possible to exclude (for example node_modules/ ) from debugging? Jarede I haven't tried this I must admit, barely got round to use debugging in vscode just yet, but it does appear that blackbox-ing was supported in v1.8: https://code.visualstudio.com/updates/v1_8#_node-debugging We have added a feature to avoid code