Step by step and debugging


#1

Hi,
I’m trying to understand what happens in a certain program. It would be nice if debugging would be possible (step into, step over, breakpoints, etc…) It’s a very missed feature for me.


#2

Good point. Stepping could be a problem though since Scratch (mBlock) is parallel and event-based in nature. The execution flow is a bit of unpredictable.


#3

It is strange though, that it translates to Python (which is perfectly debuggable)


#4

The Python environment in mBlock is parallel too. Engineers in Makeblock paid a lot of time to make this.