GB13-1: What is Debugging?
(Learning Goal: Understand what “debugging” means and why it’s essential)
GB13-2: Types of Errors & Reading Tracebacks
(Learning Goal: Identify different error types and interpret error messages)
GB13-3: Debugging Techniques (Prints, Breakpoints, & Isolation)
(Learning Goal: Apply practical techniques to locate bugs)
GB13-4: Debugging Mindset and Strategies
(Learning Goal: Cultivate effective strategies and habits for debugging)
GB13-5: Preventive Debugging
(Learning Goal: Write code in ways that minimize bugs and simplify debugging)