[Script Info] Title: [Events] Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text Dialogue: 0,0:00:04.99,0:00:10.01,Default,,0000,0000,0000,,Have you ever heard of debugging a program?\NThis is the way you figure out what's not Dialogue: 0,0:00:10.01,0:00:17.14,Default,,0000,0000,0000,,working. When you debug code, you identify\Nand remove errors. Here we're given a few Dialogue: 0,0:00:17.14,0:00:22.17,Default,,0000,0000,0000,,blocks already in our workplace. We're going\Nto use the step button to walk through the Dialogue: 0,0:00:22.17,0:00:27.92,Default,,0000,0000,0000,,blocks, step by step, to see if this is the\Nright solution and where we may need to fix Dialogue: 0,0:00:27.92,0:00:34.65,Default,,0000,0000,0000,,it. Looks like there's our problem! We need\None more move forward block. The step button Dialogue: 0,0:00:34.65,0:00:44.14,Default,,0000,0000,0000,,helps us debug our problem by identifying\Nwhere the error is so we can fix it.