Activate webpage debugging on a SiteKiosk Online client

This devblog entry describes how to activate the DevTools window with advanced options to debug webpages in a SiteKiosk Online browser  

We start with the template browser and add an start URL to the webpage element.

Now we need to add two entries in the advanced settings of the project.

Go to >Settings > Client > Advanced and press the Add setting button.

Enter debug.showDebugWindow under Path and enable the checkbox under Value.

Press the save button

Press the Add setting button again.

Enter debug.showAdvancedOptionsInDebugWindow under Path and enable the checkbox under Value.

Press the save button

Finally, press the Save button to save the advanced settings.

Publish the project on the client.

Select the DevTools tab in the debug window.

Click on the Embedded UI Browser button to open the Devtools window.

In the Developer Tools select the tab Console to analyze possible Errors in the web page.