DEV Community

Discussion on: What is your debugging approach?

Collapse
 
guitarino profile image
Kirill Shestakov

Usually breakpoints. Sometimes logging. Sometimes semi-randomly commenting code out until the bug doesn't appear, which probably means the issue is in the commented out code. Sometimes git-bisect.