When paused at a breakpoint, use these controls:
- Step Over (F10): Execute current line, move to next
- Step Into (F11): Enter function calls
- Step Out (Shift+F11): Exit current function
- Resume (F8): Continue until next breakpoint
Step through suspicious code to see exactly what happens.