Skip to content

Commit 610f249

Browse files
authored
Debug run configurations fix (#1490)
run configurations fix
1 parent 3a059d2 commit 610f249

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.run/Debug All.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Debug All" type="CompoundRunConfigurationType">
3-
<toRun name="Run IDE" type="GradleRunConfiguration" />
3+
<toRun name="Run IDEA" type="GradleRunConfiguration" />
44
<toRun name="Listen for Engine Process" type="Remote" />
55
<toRun name="Listen for Instrumented Process" type="Remote" />
66
<method v="2" />

.run/Debug Engine Process.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Debug Engine Process" type="CompoundRunConfigurationType">
3-
<toRun name="Run IDE" type="GradleRunConfiguration" />
3+
<toRun name="Run IDEA" type="GradleRunConfiguration" />
44
<toRun name="Listen for Engine Process" type="Remote" />
55
<method v="2" />
66
</configuration>

.run/Debug Instrumented Process.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Debug Instrumented Process" type="CompoundRunConfigurationType">
3-
<toRun name="Run IDE" type="GradleRunConfiguration" />
3+
<toRun name="Run IDEA" type="GradleRunConfiguration" />
44
<toRun name="Listen for Instrumented Process" type="Remote" />
55
<method v="2" />
66
</configuration>

0 commit comments

Comments
 (0)