DEV Community

Discussion on: S'Monday 😪🔪How Do You Debug? 🪲

Collapse
 
__masashi__ profile image
Masashi

Basically, I run the newly added code and maybe write tests for them. If they fail, i check the area where it failed and add print statements accordingly. Finally, after logging everything,, I solve the issue and commit the code.