-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node --inspect fire Runtime.executionContextDestroyed when script finishes executing #7742
Labels
inspector
Issues and PRs related to the V8 inspector protocol
Comments
Would the fix be along the lines of:
I could attempt a fix /cc @ofrobots |
Sounds good /cc @eugeneo. |
Sort of. It seems you might need to land the plumbing for the contextDestroyed into V8Inspector which is in Blink to achieve that. You can fix it in terms of Node and we'll help with the two-sided commit. |
PR #7756 |
3 tasks
anchnk
pushed a commit
to anchnk/node
that referenced
this issue
May 6, 2017
PR-URL: nodejs#12814 Reimplements: nodejs#7756 Fixes: nodejs#7742 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Aleksey Kozyatinskiy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported in chromium : https://bugs.chromium.org/p/chromium/issues/detail?id=628407
But it seems this needs to be fixed in node according to @pavelfeldman
The text was updated successfully, but these errors were encountered: