Skip to content

build: add flag to build V8 with OBJECT_PRINT

Add a configure flag to build V8 with -DOBJECT_PRINT, which will expose auxiliar functions to inspect heap objects using native debuggers.

Fixes: https://github.com/nodejs/node/issues/32402 Signed-off-by: Mary Marchini mmarchini@netflix.com

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading