Skip to content

Instantly share code, notes, and snippets.

@guptag
guptag / Javascript tracer
Last active January 23, 2023 17:40
Trace the execution path of the client-side code as it executes.
/*
TRACER.js
Trace the execution path of the client-side code as it executes
(super helpful in large client-side codebase esp for new members in the team).
This tool can be helpful :
- to trace the code path for a corresponding UI action in the web app.
- to trace the code path when a global event occured (like resize browser window).