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

debugger: display array contents in repl #6448

Merged
merged 1 commit into from
May 2, 2016
Merged

Commits on May 2, 2016

  1. debugger: display array contents in repl

    This commit allows all array properties to be printed except for
    "length". Previously, this filter was applied by checking the
    type of each property. However, something changed in V8, and
    array elements started coming through as numeric strings, which
    stopped them from being displayed.
    
    Fixes: nodejs#6444
    PR-URL: nodejs#6448
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
    cjihrig committed May 2, 2016
    Configuration menu
    Copy the full SHA
    d2eb935 View commit details
    Browse the repository at this point in the history