In same case, the IDE debugger can't show the local variable values.
I found that the LocalVar scope start position is wrong when debugging. In fact, the variables scope is missed in fcode. The scope always across entire method in Fantom.
I think the F4 IDE has the same problem.
go4Tue 2 Nov 2021
Sorry, The scope information does not need to be stored in fcode. A simple change to fix it.
go4 Tue 2 Nov 2021
In same case, the IDE debugger can't show the local variable values.
I found that the LocalVar scope start position is wrong when debugging. In fact, the variables scope is missed in fcode. The scope always across entire method in Fantom.
I think the F4 IDE has the same problem.
go4 Tue 2 Nov 2021
Sorry, The scope information does not need to be stored in fcode. A simple change to fix it.