|
|
|
|
|
by madethemcry
3033 days ago
|
|
One of the first heisenbugs I encountered was IE8's console.log. That object/function was only defined when the developer tools were open. Otherwise you would get an exception (but of course you couldn't see that exception in any place). Daily effect was funny: When you forgot a console.log in your code your page JS would hang. When you tried to debug it by opening the developer tools everything worked- and you started to doubt your sanity pretty soon. I wasted hours of my life with that. |
|