christophsturm
12/24/2023, 5:19 PMsimpleFields.map { fieldInfo -> lazyResult(row, fieldInfo) },
what I currently do is i change the source to put the fieldInfo -> lazyResult(row, fieldInfo)
part on a separate line and set the breakpoint there, but is there a simpler way?christophsturm
12/24/2023, 5:20 PM