Hi!

I'm trying V8 out in a small test environment, where I have a custom html, 
with embedded JS scripts. I'm connecting to the Dev Tools trough Websocket, 
and its working well except for the Script debugger panel.

I'm creating the ScriptOrigin like this:

v8::ScriptOrigin{ fileNameValue, lineNumValue, colNumValue }

fileNameValue can be the same for multiple scripts, as there are many 
embedded scripts in a file.

The DevTools only shows one entry for each fileNameValue I submit, but it 
only displays the content of the last submitted script.

Is there a way to provide the full html, along with the embedded scripts, 
and map the scripts with the lineNum and colNum values?

-- 
-- 
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/ab5146b6-6015-43e0-a977-8c8b6e8e2aad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to