-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.
Description
In both io.js and node.js >= 0.12 have this issue.
OS:
osx & ubuntu 14
Reproduce steps:
- Create a file:
a.js
console.log('debug');- run
node debug a.js - press
ctocontinue
Then the stdout should have:
> debug
> program terminatedBut currently, it only have
> debug- When I try to press
ctocontinueand make the process close, but it just stuck there waiting for v8 response.
It happen when I write my own debugger. It seems that the debug server should knows that the process is terminated, but it didn't.
rajsite, ycherniavskyi, Skywalker13, nchen63, amokrushin and 4 more
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.