If you use console.log() with out checking for its existence it breaks the code in IE. Once you go into debug it using the debugger....it begins to work masking the actual issue.
Because of this Catch-22 you never get to see the actual fail.
This is not a problem in Safari, Chrome, and Firefox.
Where can I file this as a bug ( a very ambiguous one ) and why does IE do this?
<rant>This is because IE is a terrible product, and their team forgot that people actually need to develop for it. Their dev tools were first created in IE6, and haven't been updated at all since. I know in old versions of IE, theconsoleonly existed with the dev tools opened, no one knows why. I think the IE team is just trying to make people's lives miserable.</rant>. – Rocket Hazmat Jul 17 '12 at 15:49