Don't ignore filters in smart step over for inline calls

This commit is contained in:
Nikolay Krasko
2017-07-07 19:06:56 +03:00
parent f664ffb06b
commit 5281602381
@@ -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)