Debugging with Devtools

Debugging with devtools is possible by adding this repository to the target platform, setting system property -Dorg.eclipse.swt.chromium.remote-debugging-port=8888 and then opening in Chrome http://localhost:8888. This allows full debugging of html/css/javascript of the embedded browsers.

It is recommended to only use this feature in development and to not include it in production.

It requires a compatible version of Chrome/Chromium. It might not work with Chrome >=80.