Comment by Vishwa Bhat on "How do YOU (yes you) debug a program?" | Hashnode
- My first point of debugging starts from the Error Stacktrace from the exception thrown.
- I'll dry run the execution flow to check if any logical error
- If I could not find the issue in step 2 then I'll start step-by-step debugging via IDE/Chrome Debugging Tools.
- Most likely I'd find the bug in step 3 if not I'll go out for the coffee and comeback and repeat the process