Closed
Description
When debugging the following simple project (only a gulpfile.js
) in VS Code, the debugger doesn't exit after the last line of code has been executed:
The VS Code team suggests that this is a problem in the Node runtime.
I feel it's quite confusing not to safely know whether all threads/processes in a program have finished or not when debugging.
Activity