Comment #32 on issue 3093 by dome...@domenicdenicola.com: Debugging promises
http://code.google.com/p/v8/issues/detail?id=3093
I'm not sure. From what I can tell the debugger already has some ability
to "rewind the stack" and break at the point an exception was thrown, even
after the exception has propagated all the way to the top level. That is,
when you do "break on uncaught exception" and throw a sync exception nested
inside many function contexts, it still breaks at the line the exception
was thrown, instead of breaking inside e.g. the window.onerror
implementation.
Plus, of course, there's the entire "temporal debugging" aspect of
http://www.html5rocks.com/en/tutorials/developertools/async-call-stack/.
So there is already some ability to break at the correct point, despite the
error having been thrown "in the past."
--
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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.