What problem does it solve?
Cross-stack debugging workflows for Angular, NestJS, and Nx build issues, helping teams quickly identify and fix root causes across multiple frameworks.
Core Features & Use Cases
- Common debug scenarios span builds, tests, and dependency analysis across Angular, NestJS, and Nx monorepos.
- Build Failures: identify TypeScript compilation errors, inspect the build pipeline, and isolate the failing project or step.
- Test Failures: run targeted tests with verbose output to reproduce failures and locate flakey tests.
- Dependency Issues: analyze dependency graphs, verify versions, detect duplicates, and resolve conflicts.
- Nx Cache Issues: clear or bypass the Nx cache to validate reproducibility and speed up debugging.
- Angular & NestJS Debugging: verify module imports, DI tokens, provider configuration, and integration points for cross-stack fixes.
- Use Case: In a monorepo with multiple apps, use this workflow to trace a failure from a top-level command down to the specific package and file.
Quick Start
Describe the failure and involved stack to generate a guided debugging plan.