mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[debugger] IDEA-352796 Improve fix for Step Over suspend function without suspending
Before we may not stop at calling methods after at least one suspension was called. Now we should stop always. GitOrigin-RevId: 00174d0972eaefff7f9c531b70d16a56ae016854
This commit is contained in:
committed by
intellij-monorepo-bot
parent
28bd79084b
commit
02134db3dd
@@ -89,9 +89,11 @@ class KotlinStepOverRequestHint(
|
||||
STOP
|
||||
} else {
|
||||
resumeBreakpointInstalled = true
|
||||
isIgnoreFilters = true
|
||||
StepRequest.STEP_OVER
|
||||
}
|
||||
} else {
|
||||
isIgnoreFilters = true
|
||||
StepRequest.STEP_OVER
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user