From 5c1b6fdd5c70c9ff50d038a14ef66c57c37f56c7 Mon Sep 17 00:00:00 2001 From: Nikolay Chashnikov Date: Thu, 21 Dec 2017 10:02:14 +0300 Subject: [PATCH] Update running_and_debugging_a_plugin.md Rewrite description to get rid of misleading 'run ... without leaving the IDE' part. --- basics/getting_started/running_and_debugging_a_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/getting_started/running_and_debugging_a_plugin.md b/basics/getting_started/running_and_debugging_a_plugin.md index 06d17d316..0caf6678b 100644 --- a/basics/getting_started/running_and_debugging_a_plugin.md +++ b/basics/getting_started/running_and_debugging_a_plugin.md @@ -2,7 +2,7 @@ title: Running and Debugging a Plugin --- -The *IntelliJ Platform* allows you to run and debug a plugin without leaving the IDE. To run or debug the plugin from within *IntelliJ IDEA*, you need a configured special profile (a *Plugin* Run/Debug configuration) that specifies the plugin module, VM parameters and other specific options. +It's possible to run and debug a plugin directly from the *IntelliJ IDEA*. You need a configured special profile (a *Plugin* Run/Debug configuration) that specifies the plugin module, VM parameters and other specific options. When you run such profile, it launches the IDE with your plugin installed. For information on how to change the Run/Debug configuration profile, refer to [Run/Debug Configuration](http://www.jetbrains.com/idea/help/run-debug-configuration.html) and [Run/Debug Configuration: Plugin](http://www.jetbrains.com/idea/help/run-debug-configuration-plugin.html) in *IntelliJ IDEA* Web Help.