Well I found this ...

v8::ThrowExecption(v8::String::New("Custom message"));

If you set the debugger to catch uncaught exception, that should do it ...

Regards, 
Flo

Le samedi 20 avril 2013 18:59:22 UTC+2, Florent S. a écrit :
>
> Hello again!
>
> I wanted to know if there is a way for a "debuggee" app to send a message 
> back to the remote debugger?
> I'm looking to implement a TRACE function.
>
> I've got an app with a remote debugger agent and another app with debugger 
> support provided by V8 engine.
>
> The "debbugee" automatically send connection, event and command response.
> But I want more :)
> I would like to send custom message to display info into the remote 
> debugger.
>
> Is there a way to achieve such a thing?
>
> Best regards,
> Flo
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" 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/groups/opt_out.


Reply via email to