You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-users
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
Jared Wyles
unread,
Jan 28, 2017, 5:05:55 PM1/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-users
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.