You are here:
Debug a Mobile Component (Chrome)
Use the virtual device builds to debug your Experience site app.
- On your desktop development machine, open Chrome.
-
Enter this URL into the location bar, and then press Enter:
chrome://inspect/#devices.A list of remote debugging targets appears. -
Find your active emulated device in the list. Then, select .
Chrome opens a remote debugging window. On one side of the window is the current webview in the Android emulator, which is the page holding your mobile component. On the other side of the window are Chrome DevTools, which you can use to debug your component in the same way you debug it in Chrome running on your desktop.
To learn more about Chrome DevTools, see Remote debug Android devices.

