On Thu, Dec 24, 2015 at 4:11 AM, Johnny You <[email protected]> wrote: > Hi Ben, > > Is there any reason why the client-server debug architecture was removed? I > found its quite useful especially when debugging JavaScript running in ARM > with V8 VM (stand alone) from a PC.
I'm not on the V8 team and I can't speak for them but I believe V8 wants to get out of the platform-specific business (sockets, binding to ports) as much as possible. You can still expose the debug protocol as an embedder, it's just a little more work now. We do it in node.js. -- -- 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.
