How do I print debug messages in the Google Chrome JavaScript Console? -


how print debug messages in google chrome javascript console?

please note javascript console not same javascript debugger; have different syntaxes afaik, print command in javascript debugger not work here. in javascript console, print() send parameter printer.

executing following code browser address bar:

 javascript: console.log(2); 

successfully prints message "javascript console" in google chrome.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -