I am unable to step through code in the project - I used the example project enet_io.
If I single step expecting the next line to be executed, execution jumps to a previous line. When I try to do run to line, the CCS pops up saying that the line cannot be executed. However, if I hit run to line just one line below this, it executes.
Variables I have explicitly set to values fail to update in the watch expression - and actually too, the variable value has not changed.
How can this happen?