You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
The remote debugging is enabled in Cordova debug build. So after build app with --debug switch, such as:
$ ./cordova/build --debug
Install and launch the output app on your device. Then you can navigate to chrome://insepct/ in Google Chrome on host to see the inspectable pages.
If you build app with --release, the remote debugging is not enabled.
You may need to check Version Mapping Table. It indicates the corresponding Chrome version required by different Crosswalk version for remote debugging.