Inspect ArrayBuffers in JS

This demos that we can inspect the ArrayBuffers in JS.

Steps

  1. Open DevTools, and open Sources Panel
  2. Open demo-js.js
  3. Set a breakpoint in line 18 in the loop body
  4. Reload the page
  5. Inspect the Scope View and open the Module Scope
  6. Open up the memory inspector for the
  • Step and see updates to buffers in the memory inspector