On Fri, Mar 3, 2017 at 10:10 AM, Rishi Kumar <[email protected]> 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.
