Closed mikrohard closed 4 years ago
chrome is not able to debug. You may try chromium or edge browser.
Thanks for the quick response. I did try Chromium before... with no success. But Edge works fine.
Thanks... this works too. But it requires an older version of Chromium.
I enable remote debugging by using:
XWalkPreferences.setValue(XWalkPreferences.REMOTE_DEBUGGING, true);
I can see the current session in "chrome://inspect"... but clicking the Inspect button opens only an error page "HTTP/1.1 404 Not Found". Is this a known issue? Is there any workaround?