Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add v8_inspector support #6792

Closed
wants to merge 5 commits into from
Closed

Commits on May 29, 2016

  1. deps: import v8_inspector

    Pick up v8 inspector from [1]. This is the standalone version of the
    devtools debug protocol.
    
    [1] pavelfeldman/v8_inspector@e1bb206
    ofrobots committed May 29, 2016
    Configuration menu
    Copy the full SHA
    63329d0 View commit details
    Browse the repository at this point in the history
  2. src,lib: v8-inspector support

    This change introduces experimental v8-inspector support. This brings
    the DevTools debug protocol allowing Node.js to be debugged with
    Chrome DevTools native, or through other debuggers supporting that
    protocol.
    
    Partial WebSocket support, to the extent required by DevTools, is
    included. This is derived from the implementation in Blink.
    
    v8-inspector support can be disabled by the --without-inspector
    configure flag.
    pavelfeldman authored and ofrobots committed May 29, 2016
    Configuration menu
    Copy the full SHA
    a67f2a1 View commit details
    Browse the repository at this point in the history
  3. Address @bnoordhuis review comments.

    pavelfeldman authored and ofrobots committed May 29, 2016
    Configuration menu
    Copy the full SHA
    c2b0130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0f75f1 View commit details
    Browse the repository at this point in the history
  5. cluster: work with v8_inspector

    cjihrig authored and ofrobots committed May 29, 2016
    Configuration menu
    Copy the full SHA
    10c9ffe View commit details
    Browse the repository at this point in the history