I eventually realized that my app wasn’t working because I didn’t realize I needed to call contextCreated on the inspector.
~Theodore > On Jan 28, 2017, at 2:05 PM, Jared Wyles <[email protected]> wrote: > > 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 a topic in the Google > Groups "v8-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/v8-users/vimbs0gn5ps/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- 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.
