Here is an image to help describe my points:

When I run my program under codeclap, i.e. 'continue' button:
- The value of the variables displayed in the source window don't get updated from the garbage uninitialized values (see 'starting_window_width_in_pixels')
- Entering a variable name into the expression window does not give the correct value (see 'player_bc_x')
- Does the expression window update values dynamically? My understanding is that is what a 'watch' window is for, however I cannot find this in codeclap
Thanks