Debugging and Troubleshooting Salesforce Lightning Aura Component JavaScipt
Following Options can be used to debug Lightning Aura Component JavaScript Controller. Option 1: console.log() statements can be used. Option 2: Breakpoints in the Browser. Sample Lightning Aura Component: Component: ....