Debbuging on Philips devices
Open the DevView app
Open the DevView app on your TV. If you’re not familiar with DevView, please refer to the how to test on your TV documentation.
Enabling bebug mode
- Navigate to the Settings menu.
- Toggle the “Enable Debug Mode” option to ON. Your TV is now ready for debugging.

Enable debug mode by pressing OK on your remote control
It should enable the debug mode on this device. From that point your device should becomes visible by chrome inspect.
Setup Chrome browser
- Open Chrome on your PC and enter chrome://inspect/devices.
- Check the “Discover network targets” option and click on “Configure.”
- Enter the TV’s local IP address and port number (e.g.,
<LOCAL_IP>:9222or<LOCAL_IP>:7001). Some devices have the port fixed at9222, and some others7001. It’s expected if only one of them works.
Debbuging on Vestel devices
For Vestel devices, debugging is enabled by default though port4725. You can connect to your TV directly without changing any settings in DevView.
Setup Chrome browser
- Open Chrome on your PC and enter chrome://inspect/devices.
- Check the “Discover network targets” option and click on “Configure.”
- Enter the TV’s local IP address and port number (e.g.,
<LOCAL_IP>:4725). The port number is fixed at4725.
Debugging on Philips 2020-2022
For partners who owns Philips devices from 2020 to 2022, these devices require a special “debug firmware” to enable debugging. This process involves a “package burn” to flash a new firmware version onto the device.- To get started, you’ll need to contact our support team (apponboarding@titanos.tv) to obtain the correct debug firmware file for your TV model.
- For step-by-step instructions on how to install debug firmware, please see our Firmware Installation Guide.
Setup Chrome browser
- Open Chrome on your PC and enter chrome://inspect/devices.
- Check the “Discover network targets” option and click on “Configure.”
- Enter the TV’s local IP address and port number (e.g.,
<LOCAL_IP>:7001). The port number for Philips from 2020 to 2022 is fixed at7001.
Start Inspection
- After configuration, Chrome will display the URLs opened on the TV.
- Click “inspect” to open Chrome Devtools and debug the page loaded on the TV.
Chromium 135+ Compatibility Note
Starting with Chrome version 135 and newer, developers may experience issues where the Network Throttling (under the Network tab) and Local Storage (under the Application tab) in DevTools, appear completely empty when inspecting smart TV applications. This is a known behavior with modern Chromium remote debugging across various TV brands. If your workflow heavily relies on network performance simulation or inspecting local storage data, please utilize the following workarounds to remain unblocked: Downloading a Compatible Chromium Version If you strictly require the visual Network Throttling panel or the graphical Local Storage UI, you must use a version of Chrome older than version 135:- Open your terminal or command prompt.
- Navigate to the folder where you want to download the browser.
-
Run the following command to download and extract Chrome version 134:
Note: You can replace 134 with any preferred older version stable for your ecosystem. Find more details on how to download other chromium versions at the Chromium Org: Chrome for testing link.
- Open the downloaded executable file inside the newly created folder to launch your dedicated debugging browser.
Testing your app
Learn how to test your app using DevView.
Firmware Installation Guide
Learn how to learn how install or update the firmware version.