DEV Community

Discussion on: What is your debugging approach?

Collapse
 
gillmangareth profile image
Gareth Gillman
  1. Replicate the bug
  2. Document bug and how to replicate
  3. Create dev environment to fix
  4. Test fix on dev
  5. Launch fix to live
  6. Replicate bug again (hopefully unsuccssfully)