I have just started exploring debugging. I am lifting code (InspectorClient, InspectorFrontend) from d8 to my test project. I would like to connect my embedded v8 VM to CDT and debug it. Does anyone have some simple example that does that? It seems to me to be a long way and a big learning curve from dismantling d8 code to connect to CDT. Any help would be very much appreciated.
On Friday, 3 March 2017 09:21:43 UTC, Ben Noordhuis wrote: > > On Fri, Mar 3, 2017 at 10:10 AM, Rishi Kumar <[email protected] > <javascript:>> wrote: > > Hi, > > > > I was reading and using the debugging protocol from this page > > https://github.com/v8/v8/wiki/Debugging-Protocol . Its looks like it > has > > been removed from the github wiki. I dont know how to get that link page > to > > complete my work. I need these protocol documentation which was clear > and > > proper in that page link. is anyone can help me to get that ? > > This is the new API: > https://github.com/v8/v8/wiki/Debugging-over-the-V8-Inspector-API > > The old JSON-based protocol was deprecated two or three years ago and > was removed recently. > -- -- 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/d/optout.
