IntelliJ Platform SDK DevGuide

Edit page

Running and Debugging a Plugin

可以直接从* IntelliJ IDEA 运行和调试插件. 您需要一个配置的特殊配置文件(一个插件*运行/调试配置),它指定插件模块,VM参数和其他特定选项. 运行此类配置文件时,它会在安装了插件的情况下启动IDE.

有关如何更改运行/调试配置文件的信息,请参阅运行/调试配置运行/调试配置 :插件在* IntelliJ IDEA * Web帮助中.

使用* IntelliJ IDEA *的调试器,您可以找到运行时错误和异常的来源.

调试插件

  • Select Run | Debug in the main menu, or press Shift + F9.

运行插件

  • Select Run | Run in the main menu, or press Shift + F10.
Last modified: 9 May 2019