Skip to content

wexelsdev/Colored-debug

Repository files navigation

Colored debug 🎨

VS Marketplace Version Open VSX Version GitHub Release Version

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.

About

Simple VS Code extension that fixes ANSI colors in the debug console

Topics

Resources

License

Stars

Watchers

Forks