Try to use console.log()
But it's always printting undefined
.
Try to use the solutions like Console.log IE9 issue it does not work as well.
In this IE11 document, there is the following sentence:
Last but not least, forget about console.log(). The new tools now support Tracepoints easily allowing you to monitor specific values the same way you would via console.log().
What does that mean? How to use console.log to print variable in IE11?
System: windows 7(VirtualBox IE images)
IE version:11
It seems console.dir()
is an option, but how about console.log()
? It is in the document, but why does not take effect?