mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
tests [rd debugger]: Add breakpoint tests
GitOrigin-RevId: ef9a63dd4bb130ed36dd8c5605a96ddc102c9120
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e94f8fd18a
commit
e0fbdb7142
+1
-1
@@ -61,7 +61,7 @@ class InlineBreakpointsVariantsManager(private val project: Project) {
|
||||
.groupBy { it.line }
|
||||
return readAction {
|
||||
variants.mapValues { (line, variants) ->
|
||||
val lineBreakpoints = lineToBreakpoints[line] ?: return@mapValues emptyList()
|
||||
val lineBreakpoints = lineToBreakpoints[line] ?: emptyList()
|
||||
matchVariantsWithBreakpoints(variants, lineBreakpoints)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user