Debugging Your App with DevTools
You can use Chrome DevTools to debug web content embedded in your Java application via Equo Chromium.
This feature is intended for development purposes only. Do not enable it in production environments. |
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