Debugging with Devtools

Debugging with devtools is possible by setting system property -Dchromium.port=8888. This will open a browser window with DevTools enabled. You can also open Chrome and navigate to http://localhost:8888 to select which embedded browsers do you want for debugging.

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.

For a more detailed tutorial on how to debug applications that integrates Equo Chromium using your IDE, the Equo CLI, or DevTools, please consider this guide.