On Thu, Dec 15, 2016 at 2:42 PM, Harsha HS <[email protected]> wrote: > Hi, > > I have tried to understand v8_inspector using test-inspector code which > implements protocol in protocol-test.js and unit tests in various js files > in debugger and runtime directories. > If I have to attach the inspector to my sample V8 program which takes > javascript file as an argument and debug it, is there any documentation or > code that illustrate it? > > Thanks, > -harsha
You could look at the implementation in Node.js[0]. Start in AgentImpl::Start() and follow the logic from there. [0] https://github.com/nodejs/node/blob/v7.2.1/src/inspector_agent.cc -- -- 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.
