-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Exception after "break on start" causes hard crash #13438
Comments
I've reproduced this on macOS 10.12.5
|
bnoordhuis
added
the
inspector
Issues and PRs related to the V8 inspector protocol
label
Jun 3, 2017
When breaking on start, this code is executed: Lines 566 to 567 in 16689e3
Which in turn calls this: Lines 360 to 375 in 26ab769
But it apparently doesn't handle exceptions. |
seishun
changed the title
Requiring non-existent module while in debugger hard crashes
Exception after "break on start" causes hard crash
Jun 4, 2017
addaleax
pushed a commit
that referenced
this issue
Jun 10, 2017
Fixes: #13438 PR-URL: #13455 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Timothy Gu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
debug.js:
foobar
Steps:
node --inspect-brk debug.js
Result:
The text was updated successfully, but these errors were encountered: