Capturing Console Logs
Providing console logs helps us pinpoint exactly what's going wrong with your installation, network, or MCP setup. This guide walks you through capturing those logs in your IDE.
Opening Developer Tools
- Open the Command Palette: Press
Ctrl+Shift+P(Windows/Linux) orCmd+Shift+P(Mac) - Search for Developer Tools: Type
Developer: Open Webview Developer Toolsand select it
Capturing the Error
Once you have the Developer Tools console open:
- Clear previous logs: Click the "Clear Console" button (🚫 icon at the top of the Console panel) to remove old messages
- Reproduce the issue: Perform the action that was causing problems
- Check for errors: Look at the Console tab for error messages (usually shown in red). If you suspect connection issues, also check the Network tab
- Copy the logs: Right-click in the console and select "Save as..." or copy the relevant error messages
Contact Support
If you're unable to resolve the issue, please inspect the console logs, remove any secrets, and send the logs to hi@kilocode.ai along with the following:
- The error messages from the console
- Steps to reproduce the issue
- Screenshots or screen recordings of the issue
- Your IDE and Kilo Code version