CodeSpace: Tools Overview
CodeSpace Tools encourage students to be self-sufficient!
Teachers make sure to encourage your students to use all the goodness that CodeSpace has to offer:
- CodeTrek
- Hints
- Toolbox
- Debugger
- Sandbox
CodeTrek
Check out the CodeTrek!
The CodeTrek is a CodeSpace tool that gives you:
- A starting point for your program
- Detailed information about lines of code you need to write
- Explanations of coding topics
- Holes (TODOs) for you to fill in on your own!

Hints
Don't forget to check the Hints!
CodeSpace provides helpful hints to guide students with extra help and to extend their understanding of complex concepts.

Toolbox
Your coding Toolbox!
As you work through each mission you will be adding concepts to your toolbox.
- It's an important reference you will need in later missions
- And when you are coding and debugging your own remixes.

Debugger
Debugger to the Rescue!
The CodeSpace debugger lets you step your program one line at a time, at your own speed, so you can understand exactly what the computer is doing and debug your code. Stepping is a very powerful tool for debugging your code. Be sure to use it whenever you need to understand more clearly what the code is doing.


Target Device Connections
Learn how to connect to a device in CodeSpace:
Debugger Instructions
Now that we're connected, let's dive into the debugger!
Sandbox
Need to write your own Program?
Use the Sandbox to code your remixes. Anytime you are not working in the curriculum, you can use the Sandbox tool to create a new program.
