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