diff --git a/DEVELOP.md b/DEVELOP.md index 99402dc4..5b37800b 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -3,14 +3,14 @@ Run/Debug * Open project in intellij * Open _edit configurations_ to create a new run/debug configuration -* Choose a new gradle configuration and name it `build and run` that runs ./gradlew buildPlugin runIdea +* Choose a new gradle configuration and name it `build and run` that runs ./gradlew buildPlugin runIde ![Create debug configuration](website/debug_howto.png) * hit debug button as usual Running from command line ------------------------- - ./gradlew buildPlugin runIdea + ./gradlew buildPlugin runIde Create new menu item diff --git a/website/debug_howto.png b/website/debug_howto.png index f05eaa98..f4a62337 100644 Binary files a/website/debug_howto.png and b/website/debug_howto.png differ