I managed to get a prototype working in the app i was working on by following the example in nodejs. While it isn't minimal it was easy enough to understand.
https://github.com/nodejs/node/blob/master/src/inspector_agent.cc On Saturday, 28 January 2017 15:21:21 UTC+11, [email protected] wrote: > > I've been trying to use the v8-inspector C++ api in my app, but it doesn't > seem to be working. I have a feeling I'm probably misunderstanding > something simple due to the lack of documentation and comments in > v8-inspector.h. Could someone create a minimal example of using the > v8-inspector c++ api to do some simple debugging? > > ~Theodore > -- -- 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.
