Remote JavaScript Debugging

A very fast and easy way to debug your JavaScript applications on mobile devices is to use a remote JavaScript console listener, like jsconsole.com.

All you have to do is:

  1. Insert this code snippet with a unique id:
    <script src="http://jsconsole.com/remote.js?BE73V55D"></script>
  2. Go to http://jsconsole.com/
  3. Type in:
    :listen BE73V55D
  4. Watch your console.log statements, when using your application

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.