Can we quickly develop and debug plug-ins without deploying doc server

Do you want to: Suggest a feature / Report a bug / Ask a how-to question
For feature suggestions, describe the result you would like to achieve in detail.
For bug reports, provide the steps to reproduce and if possible a minimal demo of the problem.
Document Server version: 7.2
Type of installation of the Document Server (docker, deb/rpm, exe)
OS: windows 11
Browser version: chrome 106

Now Steps
1、install docker desktop
2、install doc server
3、develop plugin
4、move to docker plugin dir , restart server
5、modify plugin
6、move to docker plugin dir , restart server

99、modify plugin
100、 move to docker plugin dir , restart server

Hello @huzedong2022

Unfortunately, we do not have a debugging tool. But if you want to manage the process of plugin development a bit faster you can use config plugin installation method (instead folder method):
https://api.onlyoffice.com/plugin/installation/onpremises#config

I found that the fastest way to develop plug-ins is to use the desktop version instead of deploying document services, which can meet my expectations.

Hello again @huzedong2022

Glad to hear that you’ve found suitable way to do it.