What problem does it solve? Developers debugging Code OSS or Agents app dev builds struggle to find the right log files among many timestamped folders and process-specific logs, slowing down diagnosis of startup crashes, extension failures, and agent issues. ## Core Features & Use Cases - Log Discovery: Locates the most recent timestamped log folder under the user data directory, including custom --user-data-dir paths. - Structured Log Map: Documents the full directory layout covering main.log, renderer.log, exthost logs, agenthost.log, MCP server logs, and per-window output folders. - Use Case-Driven Lookup: Maps investigation goals (startup crashes, extension issues, Copilot/agent problems, terminal or network errors) to the exact log files to read. - Console Forwarding Workflow: Explains how to temporarily enable dev console forwarding so console.log probes persist into normal log files, with a lint-hostile guard against accidental check-in. ## Quick Start Find the most recent Code OSS log folder and show me any errors in the renderer and extension host logs.