mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
running_and_debugging_a_plugin: link to "IDE Development Instances"
This commit is contained in:
parent
8818861a34
commit
bb5768b4d2
@ -4,6 +4,8 @@ title: Running and Debugging a Plugin
|
||||
|
||||
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.
|
||||
|
||||
See [IDE Development Instances](/basics/ide_development_instance.md) for more information about configuration and advanced settings.
|
||||
|
||||
For information on how to change the Run/Debug configuration profile, refer to [Run/Debug Configuration](https://www.jetbrains.com/help/idea/run-debug-configuration.html) and [Run/Debug Configuration: Plugin](https://www.jetbrains.com/idea/help/run-debug-configuration-plugin.html) in *IntelliJ IDEA* Web Help.
|
||||
|
||||
Using *IntelliJ IDEA*'s debugger, you can find out the origin of the run-time errors and exceptions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user