Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 244 Bytes

File metadata and controls

5 lines (4 loc) · 244 Bytes

debugging

Helps diagnose and fix runtime errors, crashes, and unexpected behavior. Walks reproduce → narrow → hypothesize → test → fix-at-the-right-layer → verify → annotate. Example: "TypeError at user.ts:42 — what's wrong?".