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

inspector: track async stacks when necessary #16260

Closed
wants to merge 3 commits into from

Commits on Oct 17, 2017

  1. inspector: track async stacks when necessary

    With this change, we do async stack tracking only when explicitly
    requested by the inspector client. This avoids unnecessary overhead
    for clients that might not be interested in async stack traces.
    
    Fixes: nodejs#16180
    ofrobots committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    50c0bc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. [SQUASH] address comments

    ofrobots committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    df628ce View commit details
    Browse the repository at this point in the history
  2. [SQUASH] fix typos in test

    ofrobots committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    0a48cf7 View commit details
    Browse the repository at this point in the history