RevTree

Output data to browser dev tools

Use the browser console and network tab to debug prototype behaviour.

Goal

Debug faster using DevTools instead of guessing.

Steps

  1. Open DevTools.
  2. Trigger a page load and a form submit.
  3. Inspect Console for errors and logs.
  4. Inspect Network to confirm the request and response.

Source inspiration: hippo-prototyping “how-to”.