Code My Robot Vacuum · published · build 23270732
Hello Coders,
This update makes coding and debugging your robot programs much clearer. You can now set breakpoints, step through code one statement at a time, get better support in external Python editors, and receive clearer feedback when upgrades become available.
Breakpoint Debugging
The code editor now supports breakpoints. Set a breakpoint, run your program, and execution will pause when that line is reached so you can understand what your code is doing before continuing.

Step-by-Step Execution
You can now step through your program one statement at a time. This makes loops, conditions, and robot decisions easier to follow while testing your automation logic.

Better External Editor Support
External Python editor support has been improved with automatically copied helper files, Python stubs, and Pyright configuration. Compatible editors should now provide better autocomplete and type information for the game’s scripting API.

Thanks for playing and sharing feedback as Code My Robot Vacuum continues to improve.