debugger changes code and scripts pane doesn't reflect changes

Report bugs. Post bug workarounds or fixes

Moderator: MSandro

Post Reply
nagle
Posts: 3
Joined: Sep 16th, '15, 17:51

debugger changes code and scripts pane doesn't reflect changes

Post by nagle » Jun 10th, '16, 02:03

This was a funny one! John and I discovered this on Wednesday together.

The editor in the debugger allows blocks to be changed around.

These changes don't get reflected / refreshed in the scripts pane!

I was confused for a while about my code. Then we realized the discrepancy between debugger and scripts pane, and the debugger seemed accurate.

Probably a design question for later about how the debugger should work. But just to capture this.

Screen shot attached. Of note is the highlighted in yellow 'last point' variable in the debugger view, and how it is 'first (last point)' in my scripts pane.
Attachments
Screen Shot 2016-06-08 at 4.14.29 PM.png

Post Reply