Status: New
Owner: ----
New issue 3592 by [email protected]: Exceptions intercepted by debugger are
not reported to console
https://code.google.com/p/v8/issues/detail?id=3592
(Issue relevant only with https://codereview.chromium.org/587703002/
included.)
If Isolate::DoThrow() calls the debugger (Debug::OnThrow()) and handles the
exception, it at least sometimes causes Isolate::pending_message_obj_ to be
cleared incorrectly.
If Isolate::DoThrow() then doesn't generate an new message because it was
rethrowing an exception (via v8::TryCatch::ReThrow()) and thus already had
a message, it may end up having no message, which prevents it from
reporting to the console.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.