Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Debugging

There are a few basic tools and techniques that can help you to debug applications.

Use Chrome DevTools to debug your client-side code.

  • To open DevTools 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 DevTools website.

Check out this video on how to troubleshoot your Aura components.