Hey Harsha, you might want to have a look at chromium inspector test here: https://cs.chromium.org/chromium/src/v8/test/inspector/ I have done integration of v8 embedded in android following that process flawlessly. Whenever you read front-end, translate to chrome dev tools (front-end). I did not need the Extensions, might not be needed on your implementation as well.
Hope that helps. El martes, 2 de mayo de 2017, 16:14:07 (UTC+2), Harsha HS escribió: > > Hi Ben and folks, > > I am trying to integrate v8-inspector with standalone embedded v8 > application suing websocket server as done in node. > I have taken code from v8/samples/shell.cc and node/src/inspector_agent* > and removed node dependencies. > > Code is at https://github.com/hsharsha/v8inspector > > But this binary crashes after the websocket handshake with chrome-devtools > is done. > > I have attached the hex dump of the communication between server and > client(chrome browser) as well, at > > https://github.com/hsharsha/v8inspector/blob/master/standalone_protocol_dump > as against what node does > https://github.com/hsharsha/v8inspector/blob/master/node_protocol_dump > > I am using commit 1e50277b9fa61a162874e33027083a20f348c555 of v8. > > Appreciate your help. > > Thanks, > -Harsha > -- -- 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.
