DebugBar Doc Tutorials Public |
![]() Companion.JS adds the useful Firebug "console" feature to Internet Explorer. You can use "console.log(), console.debug(), ..." the same way you used it with Firebug. Not all the functions are implemented so far on the version 0.2. The following functions are not yet implemented : console.dir, console.trace, console.group, console.groupEnd, console.profile, console.profileEnd
|
%s | String |
%d , %i | Integer (numeric formatting is not yet supported) |
%f | Floating point number (numeric formatting is not yet supported) |
%o | Object hyperlink |
Log messages with custom icon depending on the function used.
Test if the expression is true. If so, the info is logged in the console.
Log the HTML source if the requested node.
Stops a timer created by a call to console.time(name) and writes the time elapsed.