Debugging Your Chromium App with DevTools
You can use Chrome DevTools to debug the web content inside your Java app that uses Equo Chromium.
Important: Only use this in development — do not enable in production!
Step 1: Enable Debugging
Tell Chromium to expose a debug interface by setting this system property:
-Dchromium.debug_port=8888
Add this to your Java launch options or run configuration.
Step 3: Add Your Application
Inside the inspect page: Click "Add connection…" Enter: localhost:8888 Confirm