Debug Lightning Web Components in the Field Service Mobile App
The best way to develop and debug your Lightning web components is the same way you
develop and debug anything built with HTML, CSS, and JavaScript: with the debugging tools
built into your web browser.
- For debugging on Android, use Chrome DevTools
- For debugging on iOS, use Safari Web Inspector
The rest of this tutorial guides you through connecting your desktop browser’s developer tools to the WebView within the Field Service mobile app. From there, debugging an LWC running on a mobile device is like any other web app debugging session.