mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[kotlin] fix smart stepping in deferred lambdas
^KTIJ-19883 Fixed (cherry picked from commit 947ce5ba2fab4fc394e36a4842488da62427ea07) IJ-MR-15445 GitOrigin-RevId: 23e88025cba35482fa63864c18ee08096687eb64
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cf230b6475
commit
cd195ee298
@@ -885,10 +885,10 @@ public abstract class DebugProcessImpl extends UserDataHolderBase implements Deb
|
||||
}
|
||||
}
|
||||
|
||||
static void prepareAndSetSteppingBreakpoint(SuspendContextImpl context,
|
||||
@NotNull SteppingBreakpoint breakpoint,
|
||||
RequestHint hint,
|
||||
boolean resetThreadFilter) {
|
||||
public static void prepareAndSetSteppingBreakpoint(SuspendContextImpl context,
|
||||
@NotNull SteppingBreakpoint breakpoint,
|
||||
RequestHint hint,
|
||||
boolean resetThreadFilter) {
|
||||
DebugProcessImpl debugProcess = context.getDebugProcess();
|
||||
if (resetThreadFilter) {
|
||||
BreakpointManager breakpointManager = DebuggerManagerEx.getInstanceEx(debugProcess.getProject()).getBreakpointManager();
|
||||
|
||||
Reference in New Issue
Block a user