How Do I Skip External Code When Debugging in vs Code - Stack Overflow
Fleeting- Référence externe : https://stackoverflow.com/questions/47556495/how-do-i-skip-external-code-when-debugging-in-vs-code
DAP, ms-vscode.js-debug, vscode
Also, there is a “magic reference” to the built-in core node modules you can use:
“skipFiles”: [ “<node_internals>/**/*.js” ]
— https://stackoverflow.com/questions/47556495/how-do-i-skip-external-code-when-debugging-in-vs-code