1 00:00:00,240 --> 00:00:02,230 ‫Welcome to the debugging chapter. 2 00:00:02,250 --> 00:00:09,060 ‫In this chapter you're going to see how you can use the ID in order to debug, because sometimes there 3 00:00:09,060 --> 00:00:12,270 ‫is a bug in your software and you just can't find it. 4 00:00:12,270 --> 00:00:16,410 ‫Maybe it's just a null pointer exception, but you don't know where it is. 5 00:00:16,410 --> 00:00:22,710 ‫Or maybe it's something a little more difficult because the error only appears during runtime and it 6 00:00:22,710 --> 00:00:25,890 ‫just doesn't make sense because you think the code is correct. 7 00:00:25,890 --> 00:00:32,070 ‫But then that's where the debugging process comes into play and that's where it will really help you 8 00:00:32,070 --> 00:00:36,390 ‫to figure things out and to fix the problems and the bugs. 9 00:00:36,390 --> 00:00:44,370 ‫And unfortunately, this is a big part of the programming life or programmers life, and that's why 10 00:00:44,370 --> 00:00:47,520 ‫I'd say let's dive right into the debugging chapter. 11 00:00:47,520 --> 00:00:48,110 ‫Okay. 12 00:00:48,210 --> 00:00:49,470 ‫See you in the next video.