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.
