stable (1.2) latest (tip-of-tree) v8-inspector (node) Home Domains Console Debugger HeapProfiler Profiler Runtime Schema
Chrome Debugging Protocol Viewer
Fork me on GitHub

v8-inspector (node)

This is the protocol available with --inspect in node 6.3+. See Debugging Node.js with Chrome DevTools to understand the basics of using the DevTools with Node. This protocol allows any tool to connect to node to debug it.

The 4 protocol domains available expose all underlying methods that deliver the JavaScript functionality found in Chrome DevTools. More on the debugging protocol.