Skip to content

Commit a171be4

Browse files
committedSep 23, 2024
IDEA-352355 bring back one old insertion point
As a response to the latest changes
1 parent 802f856 commit a171be4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/main/java/com/intellij/rt/debugger/agent/CaptureAgent.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,8 @@ private static KeyProvider param(int idx) {
606606
addCapture("kotlinx/coroutines/flow/StateFlowImpl", "updateInner", FIRST_PARAM);
607607
addCapture("kotlinx/coroutines/flow/StateFlowImpl", CONSTRUCTOR, FIRST_PARAM);
608608

609-
// Common emitter
609+
// Common emitters
610+
addInsert("kotlinx/coroutines/flow/internal/FlowValueWrapperInternalKt", "emitInternal", param(1));
610611
addInsert("kotlinx/coroutines/flow/internal/FlowValueWrapperInternalKt", "debuggerCapture", FIRST_PARAM);
611612
}
612613
}

0 commit comments

Comments
 (0)