What's the most satisfying part of debugging for you? Finding the bug or fixing it?

What’s the most satisfying part of debugging for you? Finding the bug or fixing it?

Finding it. Definitely! It (usually) took so long to trace through the code that after finding it, the fix is easy (A is related to B which relates to Q which seems to point back to T which might change P…THERE YOU ARE! Aha! Now, let’s make sure you’re set properly…ta da!)

1 Like