Debugger: Fix 191 bunch file, add new debugger extensions
This commit is contained in:
@@ -61,6 +61,17 @@
|
|||||||
<action id="AddToProblemApiInspection" class="org.jetbrains.kotlin.idea.inspections.api.AddIncompatibleApiAction"
|
<action id="AddToProblemApiInspection" class="org.jetbrains.kotlin.idea.inspections.api.AddIncompatibleApiAction"
|
||||||
text="Report as incompatible API">
|
text="Report as incompatible API">
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
|
<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"/>
|
||||||
|
</group>
|
||||||
|
|
||||||
|
<group id="Kotlin.XDebugger.Watches.Tree.Toolbar">
|
||||||
|
<reference ref="Kotlin.XDebugger.ToggleKotlinVariableView"/>
|
||||||
|
<add-to-group group-id="XDebugger.Watches.Tree.Toolbar" relative-to-action="XDebugger.SwitchWatchesInVariables" anchor="after"/>
|
||||||
|
</group>
|
||||||
</actions>
|
</actions>
|
||||||
|
|
||||||
<extensions defaultExtensionNs="com.intellij">
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
@@ -77,6 +88,9 @@
|
|||||||
|
|
||||||
<projectService serviceImplementation="org.jetbrains.kotlin.idea.versions.SuppressNotificationState"/>
|
<projectService serviceImplementation="org.jetbrains.kotlin.idea.versions.SuppressNotificationState"/>
|
||||||
|
|
||||||
|
<applicationService serviceImplementation="org.jetbrains.kotlin.idea.debugger.ToggleKotlinVariablesState"/>
|
||||||
|
|
||||||
|
<debugger.asyncStackTraceProvider implementation="org.jetbrains.kotlin.idea.debugger.KotlinCoroutinesAsyncStackTraceProvider"/>
|
||||||
<debugger.jvmSmartStepIntoHandler implementation="org.jetbrains.kotlin.idea.debugger.stepping.KotlinSmartStepIntoHandler"/>
|
<debugger.jvmSmartStepIntoHandler implementation="org.jetbrains.kotlin.idea.debugger.stepping.KotlinSmartStepIntoHandler"/>
|
||||||
<debugger.positionManagerFactory implementation="org.jetbrains.kotlin.idea.debugger.KotlinPositionManagerFactory"/>
|
<debugger.positionManagerFactory implementation="org.jetbrains.kotlin.idea.debugger.KotlinPositionManagerFactory"/>
|
||||||
<debugger.codeFragmentFactory implementation="org.jetbrains.kotlin.idea.debugger.evaluate.KotlinCodeFragmentFactory"/>
|
<debugger.codeFragmentFactory implementation="org.jetbrains.kotlin.idea.debugger.evaluate.KotlinCodeFragmentFactory"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user