Activity 01
Scavenger Hunt: IDE Feature Discovery
Give students a checklist of IDE features to locate and use: find a syntax error, trigger code completion, set a breakpoint, run the debugger, view variable values mid-execution. Students work individually, then compare with a partner to share any features they found differently or couldn't locate. Class discusses what each feature does and when it helps.
Explain how an IDE streamlines the software development process.
Facilitation TipDuring the Scavenger Hunt, circulate to redirect students who open the wrong panel by asking, 'Where did you look for the debugger? What might that tell you about your next step?'
What to look forPresent students with a short, buggy Python code snippet. Ask them to use the IDE's debugger to identify the line number where an error occurs and explain the variable's value at that point. Collect their IDE screenshots or written explanations.