We have a Node.js web application.  One problem is that the stack traces 
from exceptions are "incomplete" in that they stop at the first async gap.

I'm wondering if we can get Node/V8 to produce more "complete" stack traces 
by following callback pointers and Promise.then pointers.

I don't have any experience with V8 yet, so I'm still just grepping through 
the code and poking around.  If anyone has pointers on where to look, I'd 
appreciate it!

(We're running Node 8.x, which I *think* uses V8 6.2.414.)

-- 
-- 
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.

Reply via email to