How to slow down simulation in PE6?

abenn

Senior Member
In the old editor I used to slow down the program execution when in simulation mode, so that I could see command execution clearly. With PE6 I can't figure out how to do this, and it whizzes through the program so fast I can't see which sub-routines it's executing or skipping.

How can I slow it down, please?
 

Buzby

Senior Member
There is a slider on the bottom right edge of the screen. Move it to adjust speed, it's great for going slow, but crap if you need it to be fast !.

Also, you can use '#simspeed' in your code to preset the speed.
 
Top