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.
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).
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).