Newer Version Available

This content describes an older version of this product. View Latest

Debugging

There are a few basic tools that can help you to debug applications.
For example, use Chrome Developer Tools to debug your client-side code.
  • To open Developer Tools on Windows and Linux, press Control-Shift-I in your Google Chrome browser. On Mac, press Option-Command-I.
  • To quickly find which line of code is failing, enable the Pause on all exceptions option before running your code.
To learn more about debugging JavaScript on Google Chrome, refer to the Google Chrome's Developer Tools website.