Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 638 Bytes

File metadata and controls

12 lines (12 loc) · 638 Bytes

Debugging: How to Find and Fix Errors in your Code

Concepts Practised

  • Describing the Problem
  • Reproducing the Bug
  • Clear the issue
  • Playing Computer and Evaluating Each Line
  • Squashing bugs with a print() Statement
  • Using a Debugger

Exercises