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)