Debugging with Devtools

Debugging with devtools is possible by setting system property -Dchromium.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.