Skip to content

debugger: display array contents in repl

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/debugger into master
Checklist
  • tests and code linting passes
  • a test and/or benchmark is included
  • the commit message follows commit guidelines
Affected core subsystem(s)

debugger

Description of change

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: https://github.com/nodejs/node/issues/6444

Merge request reports

Loading