Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions en/plugins/quick-start/debug-plugin.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Debug Plugin



Once plugin development is complete, the next step is to test whether the plugin runs correctly. Dify provides remote debugging method.

Go to ["Plugin"](https://cloud.dify.ai/plugins) page to get the debugging key and remote URL.

![](https://assets-docs.dify.ai/2024/11/1cf15bc59ea10eb67513c8bdca557111.png)
![](https://assets-docs.dify.ai/2025/04/2779338a43687f3e00155baccdd6d06c.png)

Go back to the plugin project, copy the `.env.example` file and rename it to `.env`. Fill it with the remote server address and debug key.

Expand Down
2 changes: 1 addition & 1 deletion jp/plugins/quick-start/debug-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

リモートサーバーのアドレスとデバッグキーは、[「プラグイン管理」](https://cloud.dify.ai/plugins)ページにアクセスすることで取得できます。

<figure><img src="https://assets-docs.dify.ai/2024/11/1cf15bc59ea10eb67513c8bdca557111.png" alt=""><figcaption></figcaption></figure>
![](https://assets-docs.dify.ai/2025/04/2779338a43687f3e00155baccdd6d06c.png)

プラグインのプロジェクトに戻り、`.env.example`ファイルをコピーして`.env`にリネームします。そして、取得したリモートサーバーアドレスやデバッグキーなどの情報を入力してください。

Expand Down
2 changes: 1 addition & 1 deletion zh_CN/plugins/quick-start/debug-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

前往[“插件管理”](https://cloud.dify.ai/plugins)页获取远程服务器地址和调试 Key。

<figure><img src="https://assets-docs.dify.ai/2024/12/053415ef127f1f4d6dd85dd3ae79626a.png" alt=""><figcaption></figcaption></figure>
![](https://assets-docs.dify.ai/2025/04/2779338a43687f3e00155baccdd6d06c.png)

回到插件项目,拷贝 `.env.example` 文件并重命名为 `.env`,将获取的远程服务器地址和调试 Key 等信息填入其中。

Expand Down
Loading