I sometimes find myself trying to fix a stubborn bug, only after a while figuring out that something quite obvious was wrong.
This happens to me when I think the problem is related to something and I kind of get 'blind' for other things that can be wrong.
Most of the times it helps to have a night of sleep and the next morning you see the problem immediately.
Things that happened to me in the past:
- Editing a copy of the real source file that did not have any effect.
- Not focussing on the real problem, but trying to figure something out while the real problem was already solved.
- Not doing a compile/build as you were working with interpreted languages before.
So what are your 'blinding' experiences during bug tracking?