ChromeOS Native Debug
danger
NOTE: Enabling native debug on ChromeOS devices causes memory issues and may lead to out of memory errors, make sure that Native debug is turned off once your debugging session is finished
To debug the ChromeOS application, it's required to connect to the device with Remote Desktop. This can be done by following these steps:
- Go to the Google Admin Console and login with your credentials.
- Select in the sidebar
Devices->Chrome->Devices. - Find your device and click on it.
- On the left sidebar, click on
Remote Desktop. - A new window will open, click on
Start shared session. - The device will be connected, click on the new
Start shared sessionbutton that just pop up. - A new tab with a remote desktop will be opened. On the right side, you can see a small arrow for opening the side panel. There, select
Toggle developer tools. - Now you can debug the application with Chrome DevTools.