DEV Community

Discussion on: What is your debugging approach?

Collapse
 
itsjzt profile image
Saurabh Sharma
  1. reproduce the bug
  2. get the module that might be causing the bug
  3. add a debugger points and repeat till you get where it went wrong.