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