Hi,

I've got some long running JavaScript that I don't expect to end.  I am 
embedding V8 on ARM and want to connect to the debugger.  I am able to 
connect the JavaScript debugger to d8 on OSX by calling 
isolate->RequestInterrupt.
My callback to RequestInterrupt calls session->dispatchProtocolMessage.  
This callback is never fired on ARM.

The JavaScript code runs without issues on my embedded system.

Are there any possible reasons for this?  Any places where I can 
investigate further?  Does d8 do something different that the library 
doesn't?

Thanks,
Konrad

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to