Skip to content

Commit 7599b0e

Browse files
author
Eugene Ostroukhov
committed
debug: activate inspector with _debugProcess
This pull request switches the signal handler to start inspector socket server instead of the legacy V8 debug protocol. PR-URL: #11431 Fixes: #8464 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 47f8f74 commit 7599b0e

7 files changed

+973
-696
lines changed

node.gypi

+2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,11 @@
7777
],
7878
'sources': [
7979
'src/inspector_agent.cc',
80+
'src/inspector_io.cc',
8081
'src/inspector_socket.cc',
8182
'src/inspector_socket_server.cc',
8283
'src/inspector_agent.h',
84+
'src/inspector_io.h',
8385
'src/inspector_socket.h',
8486
'src/inspector_socket_server.h',
8587
],

0 commit comments

Comments
 (0)