TypeScript Debugging When to Use This Skill | Scenario | Use this skill | Alternative | |----------|---------------|-------------| | Setting up Bun inspector for debugging | Yes | N/A | | Configuring VSCode launch.json for Bun | Yes | N/A | | Investigating memory leaks with heap snapshots | Yes | N/A | | CPU profiling TypeScript applications | Yes | N/A | | Debugging network requests with verbose fetch | Yes | N/A | | Setting up sourcemaps for debugging | Yes | for build-time sourcemap flags | | Monitoring errors in production | No - use | N/A | | Running tests to find failures | No - use | f…