Skip to content

Commit

Permalink
debug: activate inspector with _debugProcess
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eugene Ostroukhov committed Apr 6, 2017
1 parent 47f8f74 commit 7599b0e
Show file tree
Hide file tree
Showing 7 changed files with 973 additions and 696 deletions.
2 changes: 2 additions & 0 deletions node.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@
],
'sources': [
'src/inspector_agent.cc',
'src/inspector_io.cc',
'src/inspector_socket.cc',
'src/inspector_socket_server.cc',
'src/inspector_agent.h',
'src/inspector_io.h',
'src/inspector_socket.h',
'src/inspector_socket_server.h',
],
Expand Down
Loading

0 comments on commit 7599b0e

Please sign in to comment.