open the launch.json file in your project add the following configuration "skipFiles": ["<node_internals>/", "/node_modules/**"], "skipBreakpoints": true use the node debug flags node --inspect script.js --no-debug-brk in webStorm: go to run edit configurations comment or disable the code use a custom configuration or proxy that stipd\s out debugger statements