[coroutine][debug] incorrect merge conflicting with 00a06ef9b9
This commit is contained in:
@@ -55,11 +55,6 @@
|
|||||||
</action>
|
</action>
|
||||||
|
|
||||||
<group id="Kotlin.XDebugger.Actions">
|
<group id="Kotlin.XDebugger.Actions">
|
||||||
<action id="Kotlin.XDebugger.ToggleKotlinVariableView"
|
|
||||||
class="org.jetbrains.kotlin.idea.debugger.ToggleKotlinVariablesView"
|
|
||||||
icon="/org/jetbrains/kotlin/idea/icons/kotlin.png"
|
|
||||||
text="Show Kotlin variables only"
|
|
||||||
/>
|
|
||||||
<!-- TODO(design)-->
|
<!-- TODO(design)-->
|
||||||
<action id="Kotlin.XDebugger.CoroutinesDump"
|
<action id="Kotlin.XDebugger.CoroutinesDump"
|
||||||
class="org.jetbrains.kotlin.idea.debugger.coroutines.CoroutineDumpAction"
|
class="org.jetbrains.kotlin.idea.debugger.coroutines.CoroutineDumpAction"
|
||||||
@@ -67,10 +62,11 @@
|
|||||||
icon="/org/jetbrains/kotlin/idea/icons/kotlin.png"/>
|
icon="/org/jetbrains/kotlin/idea/icons/kotlin.png"/>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<group id="Kotlin.XDebugger.Watches.Tree.Toolbar">
|
<action id="Kotlin.XDebugger.ToggleKotlinVariableView"
|
||||||
<reference ref="Kotlin.XDebugger.ToggleKotlinVariableView"/>
|
class="org.jetbrains.kotlin.idea.debugger.ToggleKotlinVariablesView"
|
||||||
<add-to-group group-id="XDebugger.Watches.Tree.Toolbar" relative-to-action="XDebugger.SwitchWatchesInVariables" anchor="after"/>
|
text="Show Kotlin Variables Only">
|
||||||
</group>
|
<add-to-group group-id="XDebugger.Settings" relative-to-action="XDebugger.Inline" anchor="after"/>
|
||||||
|
</action>
|
||||||
|
|
||||||
<action id="InspectBreakpointApplicability" class="org.jetbrains.kotlin.idea.debugger.breakpoints.InspectBreakpointApplicabilityAction"
|
<action id="InspectBreakpointApplicability" class="org.jetbrains.kotlin.idea.debugger.breakpoints.InspectBreakpointApplicabilityAction"
|
||||||
text="Inspect Breakpoint Applicability" internal="true">
|
text="Inspect Breakpoint Applicability" internal="true">
|
||||||
|
|||||||
@@ -59,6 +59,14 @@
|
|||||||
text="Report as incompatible API">
|
text="Report as incompatible API">
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
|
<group id="Kotlin.XDebugger.Actions">
|
||||||
|
<!-- TODO(design)-->
|
||||||
|
<action id="Kotlin.XDebugger.CoroutinesDump"
|
||||||
|
class="org.jetbrains.kotlin.idea.debugger.coroutines.CoroutineDumpAction"
|
||||||
|
text="Get Coroutines Dump"
|
||||||
|
icon="/org/jetbrains/kotlin/idea/icons/kotlin.png"/>
|
||||||
|
</group>
|
||||||
|
|
||||||
<action id="Kotlin.XDebugger.ToggleKotlinVariableView"
|
<action id="Kotlin.XDebugger.ToggleKotlinVariableView"
|
||||||
class="org.jetbrains.kotlin.idea.debugger.ToggleKotlinVariablesView"
|
class="org.jetbrains.kotlin.idea.debugger.ToggleKotlinVariablesView"
|
||||||
text="Show Kotlin Variables Only">
|
text="Show Kotlin Variables Only">
|
||||||
|
|||||||
Reference in New Issue
Block a user