Live Activity Table
See every signal, computed, and effect update in real-time. Sort by most recent, most active, or alphabetically. Filter by component or search by name.
Trace every signal write, computed re-evaluation, and effect chain — live — inside VS Code. Zero configuration required. Works with Angular, Vue 3, and SolidJS.
SigTrace gives you full visibility into your signal graph — from individual reads and writes to full causal chains spanning multiple components.
See every signal, computed, and effect update in real-time. Sort by most recent, most active, or alphabetically. Filter by component or search by name.
Every signal write triggers a chain view showing exactly which computed values re-evaluated and which effects ran — with precise millisecond timing and hotspot detection.
Group signals by component. Identify unused signals, locate the slowest computed nodes, and understand which components drive the most reactive work.
Every signal row shows its source file and line number. Click once to jump directly to the declaration in your editor. Double-click any row to navigate instantly.
Click to expand any signal and see its complete, pretty-printed JSON value with no truncation. Hover over values in the timeline for full content tooltips.
No decorators. No imports to change. No config files. Just prefix your dev server command with npx sigtrace run and start debugging instantly.
SigTrace ships with dedicated adapters for every major reactive framework. One extension, one dashboard, all your signals.
SigTrace requires no code changes to your application. The AST compiler instruments your signals automatically at build time.
Search "SigTrace" in the VS Code marketplace and click Install. Open the SigTrace panel from the Explorer sidebar.
Add @sigtrace/core and @sigtrace/vite as dev dependencies.
Prefix your Angular/Vue/Solid serve command with npx sigtrace run. No config files needed.
Interact with your application. Every signal write, computed re-eval, and effect chain appears live in the VS Code dashboard.
npx sigtrace run and all signals are tracked without any imports, decorators, or code changes.Install SigTrace and get full visibility into your signal graph — for free, forever.