Re: [v8-users] Re: Correct use of V8::TerminateExecution(isolate)

2018-08-08 Thread Paul Harris
On Tuesday, December 1, 2015 at 10:05:34 PM UTC+8, Ben Noordhuis wrote: > > On Tue, Dec 1, 2015 at 1:57 PM, Danny Dorfman > wrote: > > Any news on this issue? > > It looks like expected behavior to me. The isolate is in the process > of shutting down, you need to be prepared to handle empty

[v8-users] Debugger acting as a client connecting to the server

2018-08-08 Thread demurgos
Hi, I work on Node.js code coverage tools using V8's profiler (c8). There are currently 2 methods to use the V8 debug protocol from Node. 1. You can spawn a process with the `--inspect` or `--inspect-brk` flag. This starts V8 in "server mode" and remote clients can connect to it and interact wi