Completed
Four things to walk away with
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Debugging Effectively
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Colin O'Dell
- 3 Overview
- 4 Coding
- 5 Process is the foundation of effective debugging
- 6 Gain experience with code and tools
- 7 Develop your intuition
- 8 Junior Developers
- 9 XY Problem
- 10 Systematic Approach
- 11 Replicate the Issue
- 12 Identify the Culprit
- 13 Fix it & Re-test
- 14 Mitigate Future Occurrences
- 15 Recap
- 16 Long-Term Results
- 17 Two essential tools
- 18 Integrated Development Environment
- 19 Interactive Debugger
- 20 Techniques
- 21 Trace forwards
- 22 Use tools
- 23 Variable dumps
- 24 Debug toolbars
- 25 Console Utility
- 26 Performance Profiling
- 27 git bisect
- 28 netcat
- 29 Get help
- 30 Four things to walk away with