The old debugger protocol is no longer supported. We do support the 
devtools protocol though. You could take a look at how 
v8/test/inspector-test.cc works. In your project, you could open a socket 
to pass devtools protocol messages through to V8, and use Chrome DevTools 
to debug. If everything works out, we will publish some documentation on 
this in the coming weeks.

On Wednesday, October 19, 2016 at 11:20:19 PM UTC+2, Dan ny wrote:
>
> Hello,
>
>
> I am currently integrating V8 with my project, and would like to hook a
> conventional Javascript debugger (eg. Netbeans) to it.
>
> The documentation says that the message protocol is no longer supported and
> that I should email this group for info on how to accomplish my debugging.
>
> Searching this group for old posts related to debugging unearthed some 
> mention of a new debugging feature, but no specifics.
>
> Do you have any pointers to documentation that will enable me to figure out
> this challenge? Even if I have to write my own debugger UI  ;)
>
>
> All the best,
>
> Dan
>

-- 
-- 
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