Skip to content

VS Code debugger doesn't exit after program run #3339

Closed
@SetTrend

Description

When debugging the following simple project (only a gulpfile.js), the debugger doesn't exit after the last line of code has been executed:

Gulp4ParallelTest.zip


{   "version": "0.2.0"
,   "configurations":
    [   {   "name": "Gulp"
        ,   "type": "node"
        ,   "request": "launch"
        ,   "program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js"
        ,   "stopOnEntry": false
        ,   "args": []
        ,   "cwd": "${workspaceRoot}"
        ,   "runtimeExecutable": null
        ,   "runtimeArgs":
            [   "--nolazy"
            ]
        ,   "env":
            {   "NODE_ENV": "development"
            }
        ,   "externalConsole": false
        ,   "sourceMaps": false
        ,   "outDir": null
        }
    ]
}

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions