Debug 101
This code should print a single-line countdown — the numbers 5 down to 1, space-separated, ending with GO! — but it has a bug hiding in a helper function.
An interactive tutorial in the bottom-right corner will walk you through the debugger: setting breakpoints, stepping into functions, reading variables, and the call stack. Just follow along.