← Help Animated Gif

How to Find JavaScript Errors

If something in the app breaks then it can be hard for me to find the problem. Getting some sort of error report makes fixing the bug a lot easier. Web browsers have a built in feature that tells you what the errors are. Below is how to find out what the error is.

To find out what your computer details are you can go to the support details page.

Google Chrome

  1. Go to the Menu > More Tools > Developer Tools
  2. Click the Console tab.
  3. Look for the errors. They are normally red.

Firefox

  1. Go to Menu > More Tools > Web Developer Tools
  2. Click the Console tab,
  3. Look for the errors. They are normally red.

Once you have the errors you can copy them (select them and then right click and copy) and then report a bug.

More Help?