jsconsole.com

Demo

jsconsole.com provides developers with a way to view output from console.log("") statements, made by mobile content, from any browser. Using this technique you can include debugging statements in your WebWorks applications, and remotely debug them using a desktop browser.

Here is how you use http://jsconsole.com:

  1. Open a desktop browser and navigate to http://jsconsole.com
  2. From the command prompt on http://jsconsole.com, type ":listen 6632802F-CF72-4892-BCF7-338DFE495DEC".
    This is a hardcoded and shared ID - developers are encouraged to define and use their own ID
  3. You will then see any console.log("") statements made by this mobile application when viewing the http://jsconsole.com page in your desktop browser. Example: click the button below.

Note: Generate your own unique jsconsole.com ID and replace the value defined in the <script> tag at the top of this page (http://jsconsole.com/remote.js?6632802F-CF72-4892-BCF7-338DFE495DEC) with your new value. Then type ":listen <your new ID>" from http://jsconsole.com