Free course · Programming
Debugging Skills
Finding the cause instead of changing things until it works.
5lessons
10quiz questions
5exercises
What you'll be able to do
- Replace guessing with a process.
- Use the information already available.
- Handle the ones that do not reproduce.
- Make sure it does not come back.
- Handle a problem affecting real users.
Course content
- 1 Debugging is a method, not a talent Replace guessing with a process.
- 2 Reading what the program tells you Use the information already available. Sign in to open
- 3 The difficult bugs Handle the ones that do not reproduce. Sign in to open
- 4 Fixing it properly Make sure it does not come back. Sign in to open
- 5 Debugging in production Handle a problem affecting real users. Sign in to open