> You might be able to use the debugger interface to get the stack traces you
> need. The V8 debugger interface has the ability to have a debug event
> listener to be called for each exception (both caught and uncaught) thrown.
> On the bleeding edge there is also an ability to call a function in the
> context of the debugger which can be used to collect a stack trace.
Can you point me towards some code that will help me understand your
proposals?
thank you,
George.
--
www.gmosx.com
>
> Regards,
> Søren
>
> On Mon, Dec 1, 2008 at 12:09 PM, George Moschovitis <
>
> [EMAIL PROTECTED]> wrote:
>
> > Hello there,
>
> > I am wondering if v8 provides a way to extract a StackTrace from a
> > JavaScript Exception, ie something like:
>
> > try {
> > ...
> > } catch (ex) {
> > ex.stackTrace();
> > }
>
> > thanks,
> > George.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"v8-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/v8-users?hl=en
-~----------~----~----~----~------~----~------~--~---