AI AGENT ADDONS
Debugging
2,123installs

Every error message in the VS Code telemetry dashboard points to a crash. But the fix is rarely at the crash site. Instead, you need to trace the data flow back to the producer of the invalid data.

This guide shows you how to read a stack trace from bottom to top. You will learn to find where the bad data comes from and fix it there. You will also learn to enrich error messages with helpful details so the next crash gives you the information you need.

Most importantly, you will avoid the common mistake of silently hiding errors. That only delays the problem. The right approach fixes the root cause and makes the system more reliable.

Add Fix Errors skill to your workflow

Global

mkdir -p ~/.claude/skills/fix-errors

Project

mkdir -p .claude/skills/fix-errors

Source Repository

Stars
186,993
Forks
40,701
Watchers
186,993
License
MIT
Last Push
1 month ago
Created
11 years ago