Skip to content
Discussion options

You must be logged in to vote

Introduction to Debuggers

Debuggers are used for most programming languages, it helps programmers to find and fix bugs more easily. With the help of a debugger, you can step through individual lines of code, see the values of variables, etc, to try to find where an error/bug occurs.

Scratch was meant for beginners - so adding a debugger wasn't considered by the Scratch Team, so the wonderful people at Scratch Addons decided to make one.

To enable it, head over to the settings, search for "debugger" and make sure the switch is orange (click it if it isn't).

Demo of the Scratch Addons Debugger

To test it out, head over to fresh new Scratch project, and add some demo code like this —

Now, i…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@KevDev001
Comment options

Comment options

You must be logged in to vote
1 reply
@WorldLanguages
Comment options

Answer selected by KevDev001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants