I'm pretty sure that my understanding of the entire topic is fairly limited 
and this is not going to be easy. Here's what I'm looking for:

We're trying to re-use the product's javascript code across browser, server 
& devices. We've settled on running v8 with Java bindings  (J2v8) for the 
server and android devices.

While developing I'd like to setup a chrome devtools environment and test 
my JS code as if it's running on V8 directly. I understand I can spin up a 
chrome instance with --remore-debugging-port option and connect a devtools 
instance to that chrome for browser and for node --inspect does something 
similar. Is there an equivalent for a v8 shell?

Is there any way I can do something like

bash-$ ./d8 --remote-debugging-port=9222

and connect a chrome devtools instance to that shell?

Can somebody point me in the right direction?

-- 
-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/0bb21c0a-a1fa-4b70-8854-94f34061b4ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to