0:00:04.990,0:00:10.010 Have you ever heard of debugging a program?[br]This is the way you figure out what's not 0:00:10.010,0:00:17.140 working. When you debug code, you identify[br]and remove errors. Here we're given a few 0:00:17.140,0:00:22.170 blocks already in our workplace. We're going[br]to use the step button to walk through the 0:00:22.170,0:00:27.920 blocks, step by step, to see if this is the[br]right solution and where we may need to fix 0:00:27.920,0:00:34.650 it. Looks like there's our problem! We need[br]one more move forward block. The step button 0:00:34.650,0:00:44.140 helps us debug our problem by identifying[br]where the error is so we can fix it.