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
- Open DevTools.
- Trigger a page load and a form submit.
- Inspect Console for errors and logs.
- Inspect Network to confirm the request and response.
Source inspiration: hippo-prototyping “how-to”.