 My colleague Cedric sent me this funny wisdom on debugging computer code:
My colleague Cedric sent me this funny wisdom on debugging computer code:The Six Stages of Debugging:
- That can’t happen.
- That doesn’t happen on my machine.
- That shouldn’t happen.
- Why in the hell does that happen?
- Oh, I see.
- How in the hell did that ever work?
 
3 comments:
Especially when looking at PowerPC register dumps...
In HEX mode reads OFF, No comments
Hahahhh.. :-)
Sounds familiar...
$a = true;
$b = "blah";
if ($a == $b)
no of course not.. hm..
yes it is, really... arghl..
if ($a === $b)
ah.. I see.. now this IS false
PHP is funny :-)
Post a Comment