0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 08:19:38 +01:00
nodejs/test/cctest
Aleksei Koziatinskii f0018a5152 inspector: added --inspect-publish-uid
This flag specifies how inspector websocket url should be reported.
Tthre options are supported:
- stderr - reports websocket as a message to stderr,
- http - exposes /json/list endpoint that contains inspector websocket
  url,
- binding - require('inspector').url().

Related discussion: https://github.com/nodejs/diagnostics/issues/303

PR-URL: https://github.com/nodejs/node/pull/27741
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
2019-06-03 18:15:04 +03:00
..
gtest
node_test_fixture.cc
node_test_fixture.h test: drain platform before unregistering isolate 2019-06-01 10:01:06 -04:00
test_aliased_buffer.cc src: remove env-inl.h from header files 2019-05-23 08:51:41 -07:00
test_base64.cc
test_environment.cc test: drain platform before unregistering isolate 2019-06-01 10:01:06 -04:00
test_inspector_socket_server.cc inspector: added --inspect-publish-uid 2019-06-03 18:15:04 +03:00
test_inspector_socket.cc
test_linked_binding.cc
test_node_postmortem_metadata.cc
test_per_process.cc tools: fix js2c regression 2019-06-02 12:03:40 +02:00
test_platform.cc src: unimplement deprecated v8-platform methods 2019-05-30 15:51:37 +02:00
test_report_util.cc
test_traced_value.cc
test_url.cc src: remove env-inl.h from header files 2019-05-23 08:51:41 -07:00
test_util.cc