The NodeJS debugger for VSCode has a "skipFiles" attribute you can add to your launch.json configuration (https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_skipping-uninteresting-code). You can use this to skip particular files in the debugger.
The QuickJS debugger does not seem to offer anything like this, but it would be a really useful feature.
The NodeJS debugger for VSCode has a "skipFiles" attribute you can add to your
launch.jsonconfiguration (https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_skipping-uninteresting-code). You can use this to skip particular files in the debugger.The QuickJS debugger does not seem to offer anything like this, but it would be a really useful feature.