0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/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
..
inspector-helper.js inspector: fix request path nullptr dereference 2016-10-24 23:06:43 +02:00
inspector.status test: mark test-inspector flaky on windows 2016-09-29 11:56:41 -04:00
test-inspector.js inspector: switch to new inspector APIs 2016-10-26 09:37:45 -07:00
testcfg.py