DEV Community

Discussion on: I finally fixed a bug that was nagging me for months and it was a one line change.

Collapse
 
plutov profile image
Alex Pliutau

A bit out of this question, but I was fixing bug in one file, making changes there, used debugger, swearing a lot.

And then I looked into the path, it was the same filename, but path to it was different! So I was making changes in one file, but debugging/compiling another :(

Collapse
 
foresthoffman profile image
Forest Hoffman

Oh yeah, I did that once. Only once. Definitely hasn't happened tons of times. Nope. ;)

Collapse
 
ben profile image
Ben Halpern • Edited

Web developers might be familiar with the "reloading production app and wondering why my changes aren't taking place!" pattern.