EDIT: This question has been closed.
Apologies to all - my confusion was caused by the fact that my keyboard (an ancient IBM) has finally given up the ghost and was randomly delegating presses to other keys.
=== ** Original Erroneous Post ** === Is there some way of stepping through ForEach blocks e.g. when doing a straightforwad iteration through a List? The debugger seems to jumps straight over them.
My work around involves commenting out the .ForEach
and replacing with an old skool
for (...)
block. Is there a proper solution to this?