node.js - How to send HTTP requests to the v8 debugger? -
the v8 javascript engine implements this debugger protocol. start v8 (node.js) , can connect through browser open port (5858). format of request needs send v8 debugger? is or post?
the thing mentioned page says is: "each packet [...] transmitted string value"
give me please 1 example request made 1 of: curl, node.js, or browser.
you use node-inspector sample.
the relevant files should in https://github.com/dannycoates/node-inspector/tree/master/lib
the debugger not use http. don't know curl need send content-length , json without http headers.
Comments
Post a Comment