Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>TraceFlowNew to Visual Studio Code? Get it now.
TraceFlow

TraceFlow

TraceFlow

|
1 install
| (0) | Free
AI-powered crash analysis and one-click fixes for Python — right inside VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TraceFlow

AI-powered crash analysis and one-click fixes for Python — right inside VS Code.

TraceFlow watches your Python script run, catches the exact moment it crashes, and uses AI to explain why it crashed and how to fix it — then lets you apply that fix with a single click, without ever leaving your editor.


📺 Demo

Login

Run TraceFlow

Crash Detected

AI Streaming Fix

Apply Fix

Fix Applied

No Bug Found

▶ Watch the full video demo


✨ Features

  • Run with Trace — execute your Python file with a single click and let TraceFlow watch for crashes in real time.
  • Instant crash highlighting — the exact line that caused the error is highlighted directly in your code.
  • AI-powered root cause analysis — a side panel streams a clear, human-readable explanation of what went wrong, written specifically for your crash and your code.
  • One-click Apply Fix — when TraceFlow proposes a fix, apply it directly to your file and watch the change highlighted in green.
  • No bug? No problem — if your script runs cleanly, TraceFlow tells you so instead of leaving you guessing.
  • Built-in authentication — sign in with email/password or GitHub, right from the editor.

🚀 How It Works

  1. Open a saved .py file.
  2. Click the Run button in the editor toolbar (or use the TraceFlow status bar item).
  3. If your script crashes, TraceFlow:
    • Highlights the offending line in red.
    • Opens the TraceFlow Analysis panel beside your editor.
    • Streams an AI explanation of the root cause as it's generated.
    • Shows an Apply Fix button if a corrected version of the code is available.
  4. Click Apply Fix to patch your file automatically — the updated lines are briefly highlighted in green so you can see exactly what changed.
  5. If your script runs without errors, TraceFlow simply lets you know everything looks good.

🛠️ Getting Started

  1. Install the TraceFlow extension from the VS Code Marketplace.
  2. Open any saved .py file.
  3. Click Run (or run the TraceFlow: Run with Trace command from the Command Palette).
  4. On first use, you'll be prompted to sign in or create a free account.
  5. That's it — TraceFlow takes care of the rest.

Note: TraceFlow currently supports Python files only.


⌨️ Commands

Command Description
TraceFlow: Run with Trace Runs the active Python file and analyzes any crash that occurs.
TraceFlow: Sign In Sign in to your TraceFlow account (email/password or GitHub).
TraceFlow: Sign Out Sign out and clear your stored credentials.
TraceFlow: Reset Password Start the password reset flow for your account.

All commands are also available from the Command Palette (Ctrl+Shift+P / Cmd+Shift+P).


📦 Requirements

  • Python must be installed and available on your system PATH.
  • An active internet connection (AI analysis runs on TraceFlow's servers).
  • A free TraceFlow account — sign up takes a few seconds from within the extension.

💎 Plans

TraceFlow's free plan includes a daily allowance of AI-powered crash analyses — plenty for everyday debugging.

If you hit your daily limit, TraceFlow will let you know and offer the option to upgrade to TraceFlow Pro for unlimited analyses.


🔒 Privacy

When a crash occurs, TraceFlow sends only the relevant crash details (traceback, surrounding code, and variable state at the time of the error) to TraceFlow's backend for AI analysis. Your full codebase is never uploaded — only the context needed to diagnose the specific error.


🐞 Known Limitations

  • Python only (for now — more languages may be supported in future releases).
  • Requires the file to be saved before running.
  • Requires an internet connection; AI analysis will not work offline.

💬 Feedback & Support

Found a bug, have a feature request, or just want to say hi? Reach out via traceflow.pasly.co — feedback directly shapes what gets built next.


📋 Release Notes

See CHANGELOG.md for details on each release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft