/debugging-tools

Various debugging tools such as %DumpObjects for v8

Primary LanguageC++

debugging-tools

  • v8-doar-helpers adds a %DumpObjects command to v8 that you can use from Javascript. It will display an annotated memory dump starting from a given JS object allowing you to easily see what kind of objects are located in memory.