The Tizen Studio TV Extension provides the Web Inspector as a debugging tool. This topic describes how to use the Web Inspector to test applications running on the simulator or a target device.
The Web Inspector helps you to debug and optimize your Web Applications. It provides a debugging environment, where you can inspect the CSS and layout of HTML pages, monitor memory and network usage, and pause JavaScript execution and observe the values of variables as they are defined.
To debug application using Web Instpector, need to apply RWI Settings on target LFD.
The Web Inspector Features are organized in various tabs.
The Web Inspector is based on the Webkit Web Inspector and the Google Chrome™ Developer Tools.
All Samsung Singnages since 2016 support the Web Inspector.
Figure 1. Web Inspector
You can use the Web Inspector to debug applications running on the simulator or a target device.
To launch the Web Inspector with the simulator, right-click the simulator and select "Web Inspector".
Figure 2. Launch Web Inspector with the simulator
The Google Chrome™ Web browser is required to use the Web Inspector. Before using the Web Inspector, you must first configure the Tizen Studio settings:
Figure 3. Tizen Studio preferences
--no-first-run --activate-on-launch --no-default-browser-check --allow-file-access-from-files --disable-web-security --disable-translate --proxy-auto-detect --proxy-bypass-list=127.0.0.1
To debug an application on the device using the Web Inspector:
Figure 4. Launch application in debug mode
Figure 5. Emulator with Web Inspector
Note
Because the application launches before the Web Inspector does, you cannot check the JavaScript console log at the point of application initialization.
If you want to inspect the launch process of your application, in the Web Inspector, press F5 to reload the application.
You can access the internal Web Inspector settings panel and a list of available keyboard shortcuts by clicking the 3 dots icon in the top-right corner of the Web Inspector window, and selecting "Settings".
FIgure 6. General settings panel
The Web Inspector has the following known issue:
.png "Emulator with Web Inspector"