ks32 / CrosswalkNative

Embedded Crosswalk 77 webview based sample project.
96 stars 43 forks source link

Remote debugging doesnt work in xwalk_core_library-77 #26

Closed mikrohard closed 4 years ago

mikrohard commented 4 years ago

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?

ks32 commented 4 years ago

chrome is not able to debug. You may try chromium or edge browser.

mikrohard commented 4 years ago

Thanks for the quick response. I did try Chromium before... with no success. But Edge works fine.

SinLT commented 4 years ago

image

mikrohard commented 4 years ago

Thanks... this works too. But it requires an older version of Chromium.