According to this post it was in the beta, but it's not in the release?
|
|
console.log is only available after you have opened the Developer Tools (F12 to toggle it open and closed). Funny thing is that after you've opened it, you can close it, then still post to it via console.log calls, and those will be seen when you reopen it. I'm thinking that is a bug of sorts, and may be fixed, but we shall see. I'll probably just use something like this:
and even simpler:
|
||||||||||||
|
|
|
If you get "undefined" to all of your console.log calls, that probably means you still have an old firebuglite loaded (firebug.js). It will override all the valid functions of IE8's console.log even though they do exist. This is what happened to me anyway. Check for other code overriding the console object. |
||
|
|
|
|
It's worth noting that |
||
|
|
|
|
Broken for me, and causing no end of frustration trying to fix ie-only js errors. |
||
|
|
|
|
firebug bookmarklet includes console.log |
||
|
|
|
|
It works in IE8. Open IE8's Developer Tools by hitting F12.
|
||
|
|

