Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Colored debugNew to Visual Studio Code? Get it now.
Colored debug

Colored debug

wexels.dev

|
2 installs
| (0) | Free
Simple VS Code extension that fixes ANSI colors in the debug console
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Colored debug 🎨

License: MIT

Colored debug is a lightweight VS Code extension that repairs broken ANSI color sequences in the Debug Console.

If your debugger outputs raw escape codes like e[90m or \e[32m instead of colored text, this extension will intercept and fix them on the fly.

🚀 Features

  • Automatic Repair: Converts literal e[ or \e[ sequences into real ANSI Escape characters.
  • Zero Configuration: Works out of the box for all debuggers (Node.js, Python, C++, Go, etc.).
  • Performance: Minimal footprint; only processes active debug output strings.
  • Universal: Compatible with official VS Code, VSCodium, and custom forks.

📸 How it works

Before After
Before After

📦 Installation

  1. Open VS Code / VSCodium.
  2. Go to Extensions.
  3. Search for Colored debug.
  4. Click Install.

🛠 Manual Installation

If you prefer to install the .vsix manually:

  1. Download the latest .vsix from the Releases page.
  2. In VS Code, run the command Extensions: Install from VSIX....

🤝 Contributing

Issues and pull requests are welcome! If you encounter a specific escape sequence that isn't being caught, please open an issue with the raw log output.


Created with ❤️ for the developer community.

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