[v8-users] Re: Enable Debug of V8 scripts and use a remote debugger.

2016-10-19 Thread Yang Guo
You can take a look at test/inspector/inspector-test.cc to see how to attach an inspector client to a V8 context. By patching this through to a socket, you could use Chrome to debug. On Tuesday, October 18, 2016 at 10:41:01 AM UTC+2, Zac Hansen wrote: > > Looking at the bug, less than 2 hours ag

[v8-users] Re: Enable Debug of V8 scripts and use a remote debugger.

2016-10-18 Thread Zac Hansen
Looking at the bug, less than 2 hours ago I see: [inspector] Turn on inspector by default Not sure if that means what I think it means, but maybe it's ready to go? On Tuesday, October 18, 2016 at 1:39:48 AM UTC-7, Zac Hansen wrote: > > bad news: there is currently no way to do this. > > good ne

[v8-users] Re: Enable Debug of V8 scripts and use a remote debugger.

2016-10-18 Thread Zac Hansen
bad news: there is currently no way to do this. good news: there is active work on it. >From a thread I was on a week ago or so: > The V8 inspector migration is almost complete--the majority of work has been done. You can follow development in the source