How to run/debug PHPStorm to Test Plugin Follow
Answered
How to run/debug PHPStorm to Test Plugin instead of default intellij IDEA.
Maybe its important:
Im Using :
- Gradle
- Linux
- SDK is already PHPStorm
- Test using RunIDE Gradle-Task
Any help are welcome - Thanks
Please sign in to leave a comment.
Use "alternativeIdePath" pointing to local IDE installation, see https://github.com/JetBrains/gradle-intellij-plugin#rundebug-ide-properties for testing.
See "
runIde.ideDirectory
" description here https://jetbrains.org/intellij/sdk/docs/products/phpstorm/phpstorm.html for running sandbox instance.Yes, thanks!