Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Debug Console+ (Beta)New to Visual Studio Code? Get it now.
Debug Console+ (Beta)

Debug Console+ (Beta)

Pomisoft

|
54 installs
| (0) | Free
A better debug console with filtering, search, and MCP integration
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Debug Console+

Visual Studio Marketplace Open VSX

A better debug console for VS Code / forks. Filter, search, and let AI query your logs.

Latest release: 0.0.8 — see CHANGELOG.md for notes.

Debug Console+ demo

Features

  • Level filtering — toggle debug / info / warn / error with one click
  • Search — search or filter logs by text or regex, combine with AND/OR logic
  • Save / load logs — export or restore sessions from the … (more) menu in the view title bar
  • Timestamps — show/hide, auto-hides on narrow panels
  • Compact — strip timestamps, Android logcat tags, and box-drawing for clean output (experimental)
  • Auto-scroll — follows new logs, pauses when you scroll up
  • Copy & clipboard
    • Copy All Logs (Command Palette or the copy icon in the view title bar) — copies every line that currently passes your level and search filters (not the unfiltered session). Each line is timestamp (unless timestamps are hidden), level, and the stored message text.
    • Copy up to here / Copy from here — right-click any log line in the list. Copy up to here copies from the first filtered line through the line you clicked (inclusive). Copy from here copies from that line through the last filtered line (inclusive). Hovered ranges highlight so you can see what will be copied. Same filters and clipboard formatting as Copy All Logs (note: Compact only changes how lines are drawn in the view, not what gets copied).

Debug Console+ screenshot

MCP Integration

AI agents can query your debug logs using the built-in MCP server.

Setup: open the … (more) menu in the Debug Console+ title bar, then choose Set Up MCP Server (plug icon).

Example queries an agent can answer:

  • "Show me only errors"
  • "Find logs containing 'users' that are errors"
  • "Show recent warnings"

Install

npm install
npm run compile

Build

npx --yes @vscode/vsce package

License

MIT

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