diff --git a/idea/resources/META-INF/plugin.xml b/idea/resources/META-INF/plugin.xml
index 4d1bfd47575..5da2d9c8e5b 100644
--- a/idea/resources/META-INF/plugin.xml
+++ b/idea/resources/META-INF/plugin.xml
@@ -80,5 +80,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
+
diff --git a/idea/resources/META-INF/plugin.xml.192 b/idea/resources/META-INF/plugin.xml.192
index 990396d31cf..de956a8f77f 100644
--- a/idea/resources/META-INF/plugin.xml.192
+++ b/idea/resources/META-INF/plugin.xml.192
@@ -80,5 +80,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
+
diff --git a/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt b/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt
index 8b792d057c7..9c5db47bd11 100644
--- a/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt
+++ b/idea/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt
@@ -13,7 +13,8 @@ enum class FUSEventGroups(groupIdSuffix: String) {
JPSTarget("jps.target"),
Refactoring("ide.action.refactoring"),
NewFileTemplate("ide.newFileTempl"),
- NPWizards("ide.npwizards");
+ NPWizards("ide.npwizards"),
+ DebugEval("ide.debugger.eval");
val GROUP_ID: String = "kotlin.$groupIdSuffix"
}
\ No newline at end of file