Any tentative timeline around when v8-inspector support is going to be available within V8? We are embedding V8 into server side JS programming against a DB and intend to provide remote debugger support for JS code, rough idea about debuggability support from V8 would be useful to know.
> On 21-Jul-2016, at 10:56 AM, Yang Guo <[email protected]> wrote: > > There is currently no good way to do it. We are migrating towards using > v8-inspector, which node.js already uses. That way you can use the same > debugging protocol as Chrome DevTools. It won't be ready for some time though. > > On Monday, July 18, 2016 at 4:29:31 AM UTC+2, Zac Hansen wrote: > https://github.com/v8/v8/wiki/Debugging%20Protocol > <https://github.com/v8/v8/wiki/Debugging%20Protocol> > > The message based API is no longer maintained. Please ask in > [email protected] <javascript:> if you want to attach a debugger to > the run-time. > > > > Thank you. > > --Zac > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > <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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- -- 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.
