node/deps/v8/tools/debug_helper
Michaël Zasso f1e0b83e7b
deps: update V8 to 14.6.202.33
PR-URL: https://github.com/nodejs/node/pull/61898
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2026-04-24 18:01:28 +02:00
..
BUILD.gn deps: update V8 to 14.1.146.11 2025-10-04 18:47:18 +02:00
compiler-types.cc
debug-helper-internal.cc
debug-helper-internal.h
debug-helper.h deps: update V8 to 14.6.202.33 2026-04-24 18:01:28 +02:00
debug-macro-shims.h
DEPS
gen-heap-constants.py
get-object-properties.cc deps: update V8 to 14.6.202.33 2026-04-24 18:01:28 +02:00
heap-constants.cc
heap-constants.h
OWNERS deps: update V8 to 14.1.146.11 2025-10-04 18:47:18 +02:00
README.md

V8 debug helper

This library is for debugging V8 itself, not debugging JavaScript running within V8. It is designed to be called from a debugger extension running within a native debugger such as WinDbg or LLDB. It can be used on live processes or crash dumps, and cannot assume that all memory is available in a dump.