6 ms·
This might be a dumb question, but does anyone know how to "blackbox" the files that are not in working dir while debugging Node with VSC? I have a backend serv
by timmyla 8y ago
This might be a dumb question, but does anyone know how to "blackbox" the files that are not in working dir while debugging Node with VSC? I have a backend server that handle requests and often have to set a debugger, but find myself having to click through multiple "events_hooks.js" type of functions.
- gwicksted 8y agohttps://github.com/Microsoft/vscode/issues/16208 https://github.com/Microsoft/vscode/issues/16208 Try that (I haven’t yet) - let me know if it works out for you! I was just wanting something similar the other day and this is on my to-try list