From 2ae126e994d2bbba9cc87ffde8e052526445c6fa Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 3 Sep 2015 13:56:41 +0200 Subject: [PATCH] more understandable name for the stepping filter --- .../src/org/jetbrains/kotlin/idea/JetBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/idea-analysis/src/org/jetbrains/kotlin/idea/JetBundle.properties b/idea/idea-analysis/src/org/jetbrains/kotlin/idea/JetBundle.properties index adb3f9c982a..3ff97a496c9 100644 --- a/idea/idea-analysis/src/org/jetbrains/kotlin/idea/JetBundle.properties +++ b/idea/idea-analysis/src/org/jetbrains/kotlin/idea/JetBundle.properties @@ -319,7 +319,7 @@ kotlin.compiler.js.option.output.copy.files=&Copy library runtime files kotlin.compiler.js.option.output.copy.dir=O&utput directory for library &runtime files: # Debugger -debugger.filter.ignore.internal.classes=Do not step into specific Kotlin classes +debugger.filter.ignore.internal.classes=Do not step into Kotlin runtime library implementation classes debugger.data.view.delegated.properties=Calculate values of delegated properties (may affect program execution) debugger.field.watchpoints.tab.title=Kotlin Field Watchpoints debugger.field.watchpoints.properties.panel.field.access.label=Field &access