Discuss Scratch
- Discussion Forums
- » Suggestions
- » What happened to Single Stepping Mode?
- theonlygusti
-
1000+ posts
What happened to Single Stepping Mode?
Super, super super support!
- Superandultra
-
1000+ posts
What happened to Single Stepping Mode?
Definitely supporting! Putting a wait 1 sec block everywhere is annoying
- CatsUnited
-
1000+ posts
What happened to Single Stepping Mode?
Support, single stepping is a very useful tool for debugging in all languages.
Last edited by CatsUnited (March 8, 2015 06:06:21)
- ealgase
-
100+ posts
What happened to Single Stepping Mode?
^^^ Support! I have many times wished I could do this. Plus, this post deserves to be back at the top!
- matey1234
-
1000+ posts
What happened to Single Stepping Mode?
SO.
MUCH.
SUPPORT.
aka +100000000000000000000000000
MUCH.
SUPPORT.
aka +100000000000000000000000000
- The_Scratch_Squad
-
1000+ posts
What happened to Single Stepping Mode?
Right now I'm torn between having my students use 2.0 on the web (makes homework easy) and going back to 1.4 just because it has single stepping. I don't suppose there is hope it would be brought back in the next week?
Not sure in a week, but I do support. I think it may help out with project issues I can't find…
Anyway, what is single stepping mode?
- peppermintpatty5
-
1000+ posts
What happened to Single Stepping Mode?
HUGE SUPPORT! 

Single stepping will cause the program to run considerably slower. It also makes each block flash as it executes making singlestepping a great tool for debugging.Right now I'm torn between having my students use 2.0 on the web (makes homework easy) and going back to 1.4 just because it has single stepping. I don't suppose there is hope it would be brought back in the next week?
Not sure in a week, but I do support. I think it may help out with project issues I can't find…
Anyway, what is single stepping mode?
- martin-cisco
-
1 post
What happened to Single Stepping Mode?
Scratch code is painful to debug without stepping!
My best approach is:
And change the: wait until “wait = 1” to “wait = 0” to remove stepping… but its a poor POOR substitute.
My best approach is:
define Stepper
set [wait] to [0]
wait until <[wait] = [1]>
when [space] key pressed
set [wait] to [1]
define Some function
Stepper
And change the: wait until “wait = 1” to “wait = 0” to remove stepping… but its a poor POOR substitute.
- __init__
-
1000+ posts
What happened to Single Stepping Mode?
This is an invaluable debugging tool. Please bring it back.
- IronBit_Studios
-
1000+ posts
What happened to Single Stepping Mode?
Definite Support. As much + as possible.
- CH_scratcher
-
4 posts
What happened to Single Stepping Mode?
Support!
Why does it take so long? I programm at school with my class. Before I became a teacher I've programmed JAVA and no matter if you're programming with scratch or another language, debugging mode is absolutely minimum requirement.
Why does it take so long? I programm at school with my class. Before I became a teacher I've programmed JAVA and no matter if you're programming with scratch or another language, debugging mode is absolutely minimum requirement.
- Discussion Forums
- » Suggestions
-
» What happened to Single Stepping Mode?