跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

如果你遇到问题,故障排查的第一步是从 IDE 中获取日志。以下介绍如何获取各大 IDE 的 Devin Desktop 日志:

JetBrains IDE

Cascade 现已支持直接从 IDE 生成诊断文件,可通过以下两种方式:
  • 在 Cascade 窗口中,点击右上角的 3 个点,然后选择 Download Diagnostics
  • 在 IDE 菜单中,前往 Tools > Windsurf > Download Windsurf Diagnostics
推荐使用第一种方式,因为它还会包含 Cascade 内嵌浏览器的日志。 此按钮会自动收集相关日志和参数,并保存为一个文本文件。在极少数情况下,你也可以通过 Help > Show Log in Explorer/Finder 获取 IDE 的完整日志 (idea.log) 。

VS Code

  1. 打开 Command Palette (Ctrl/Cmd + Shift + P,或前往 View > Command Palette)
  2. 输入“Show logs”,然后选择“Developer: Show Logs”选项
  3. 点击右上角当前显示为“Extension Host”的下拉菜单,然后选择“Windsurf”
  4. 你应该会看到与下图类似的内容:
  1. 导出或复制日志

Eclipse

在 Eclipse 中,日志文件会写入以下路径:
  • Mac/Linux: ~/.codeium/codeium.log
  • Windows: C:\Users<username>.codeium\codeium.log

Visual Studio

打开 视图 > 输出,在下拉菜单中选择 “Windsurf”,然后复制日志。

NeoVim

在其 vimrc 中将 g:codeium_log_file 设置为某个文件路径,然后重新启动 vim。 随后,logs 就会写入该文件。