summaryrefslogtreecommitdiff
path: root/deps/v8/tools/debug_helper/README.md
blob: bc99569c4302070d228d0edf684484803d2e6655 (plain)
1
2
3
4
5
6
# 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.