You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adpi2
changed the title
Breakpoint within a match expression does not find local variables
[Scala 3] Breakpoint within a match expression does not find local variables
Jun 21, 2022
If I put the breakpoint at
(1)
and try to evaluatem
, it fails with aNoSuchElementException: m
. If I put the breakpoint at(2)
, it works as expected.The text was updated successfully, but these errors were encountered: