diff --git a/idea/tests/org/jetbrains/kotlin/idea/debugger/evaluate/AbstractKotlinEvaluateExpressionTest.kt b/idea/tests/org/jetbrains/kotlin/idea/debugger/evaluate/AbstractKotlinEvaluateExpressionTest.kt index ac8e4d28c06..e7b18639cad 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/debugger/evaluate/AbstractKotlinEvaluateExpressionTest.kt +++ b/idea/tests/org/jetbrains/kotlin/idea/debugger/evaluate/AbstractKotlinEvaluateExpressionTest.kt @@ -195,7 +195,7 @@ abstract class AbstractKotlinEvaluateExpressionTest : KotlinDebuggerTestBase() { private fun createWatchesView(): XWatchesViewImpl { val session = myDebuggerSession.xDebugSession as XDebugSessionImpl - val watchesView = XWatchesViewImpl(session) + val watchesView = XWatchesViewImpl(session, false) Disposer.register(testRootDisposable, watchesView) session.addSessionListener(XDebugViewSessionListener(watchesView), testRootDisposable) return watchesView