This document introduces how to use Dify’s remote debugging feature to test plugins. It provides detailed instructions on obtaining debugging information, configuring environment variable files, starting plugin remote debugging, and verifying plugin installation status. Through this method, developers can test plugins in the Dify environment in real-time while developing locally.
.env.example
file and rename it to .env
, then fill in the remote server address and debugging Key information you obtained.
.env
file:
python -m main
command to start the plugin. On the plugins page, you can see that the plugin has been installed in the Workspace, and other members of the team can also access the plugin.