0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps/v8_inspector
Eugene Ostroukhov 8f00455c51 inspector: switch to new inspector APIs
This implementation switches to V8 inspector from the V8 repository. The
new inspector integration is now using final APIs and exposes a stable
wire protocol, removing the need for pointing the users to specific
devtools version.

PR-URL: https://github.com/nodejs/node/pull/9028
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-10-26 09:37:45 -07:00
..
include inspector: switch to new inspector APIs 2016-10-26 09:37:45 -07:00
src/inspector inspector: switch to new inspector APIs 2016-10-26 09:37:45 -07:00
third_party inspector: switch to new inspector APIs 2016-10-26 09:37:45 -07:00
README.md inspector: switch to new inspector APIs 2016-10-26 09:37:45 -07:00

V8 Inspector support for Node.js

This repository is an intermediate repository that gathers the dependencies for Node.js support for the [Chrome Debug Protocol][https://developer.chrome.com/devtools/docs/debugger-protocol].