Browse Source

Add runner settings to remote debug configuration in IntelliJ (#54912)

When remote run configuration is executed in IntelliJ Community edition, it
automatically adds the RunnedSettings section. This section doesn't seem to have
any negative effect on the Ultimate Edition.
Igor Motov 5 years ago
parent
commit
7e3a1f416f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .idea/runConfigurations/Debug_Elasticsearch.xml

+ 4 - 0
.idea/runConfigurations/Debug_Elasticsearch.xml

@@ -6,6 +6,10 @@
     <option name="HOST" value="localhost" />
     <option name="PORT" value="5005" />
     <option name="AUTO_RESTART" value="true" />
+    <RunnerSettings RunnerId="Debug">
+      <option name="DEBUG_PORT" value="5005" />
+      <option name="LOCAL" value="false" />
+    </RunnerSettings>
     <method v="2" />
   </configuration>
 </component>