Skip to content

V8 inspector

Nako Sung edited this page Dec 11, 2016 · 4 revisions

Using chrome inspector

{source files here are not visible to inspector}

Context.CreateInspector(9229) // open websocket on port 9229

{your code here}

Open Chrome Canary and browse to chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=localhost:9229

Enjoy it!

Inspector

Clone this wiki locally
You can’t perform that action at this time.