DEV Community

Discussion on: What is your debugging approach?

Collapse
 
dbarwikowski profile image
Daniel Barwikowski

See stacktrace.
Read logs and see what happened.
Try to reproduce.
Use debugger to see what happens in code.
Fix.
Test locally.
Code review.
Commit.
Test on test environment.