From 52816023814801f9088ec538512a4f4aaff8a57a Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Fri, 7 Jul 2017 19:06:56 +0300 Subject: [PATCH] Don't ignore filters in smart step over for inline calls --- .../kotlin/idea/debugger/stepping/KotlinStepActionFactory.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/idea/src/org/jetbrains/kotlin/idea/debugger/stepping/KotlinStepActionFactory.kt b/idea/src/org/jetbrains/kotlin/idea/debugger/stepping/KotlinStepActionFactory.kt index 3fcf20004b0..75b18fa2995 100644 --- a/idea/src/org/jetbrains/kotlin/idea/debugger/stepping/KotlinStepActionFactory.kt +++ b/idea/src/org/jetbrains/kotlin/idea/debugger/stepping/KotlinStepActionFactory.kt @@ -141,7 +141,6 @@ class KotlinStepActionFactory(private val debuggerProcess: DebugProcessImpl) { LOG.info(e) } - hint.isIgnoreFilters = true applyThreadFilter(suspendContext, stepThread) doStep(suspendContext, stepThread, myStepSize, StepRequest.STEP_OVER, hint)