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