Debugging Detective Questions

What do I do when I am stuck?

Debugging detectives read the directions carefully

Can I get unstuck by checking the directions from:


The teacher?
The program/software?
My paper/worksheet?
My classmate/peer?
An anchor chart?
Other?

Debugging detectives read their code carefully



Did I read my code block-by-block?
Does any part of my code work?
Do I know which block/set of blocks is causing the problem?
Do I know what the “problem” block(s) are supposed to do?
Did I find an error inside of a block (e.g., number, operator, etc.)?
Other?