Changes between Version 7 and Version 8 of DeveloperGuidelines/EdenMobile/Debugging
- Timestamp:
- 10/10/16 20:39:31 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Debugging
v7 v8 6 6 If you have an Android phone available for development, you can remote-debug the app. 7 7 8 1. With the device connected to your USB, open Google Chromeon your computer.8 1. With the device connected to your computer via USB, open '''Google Chrome''' on your computer. 9 9 2. Start the developer console (Ctrl-Shift-I), open the "More"-menu (three dots 10 on the right), and select "Inspect Devices" .10 on the right), and select "Inspect Devices" (under "More tools"). 11 11 3. In the left column of the dialog that opens, you will see all USB devices which 12 12 are currently connected (so you should find your phone there too). If the entry … … 15 15 4. Click on the entry for your phone, then choose "Inspect" for the EdenMobile app. 16 16 17 Now you will see the live screen of your phone in the Chrome window, and you have the full Chrome developer console including HTML inspect, JS debugging with break points, single-stepping etc, to debug the app live on your phone (you can also interact with the app screen in the Chrome window).17 Now you will see the live screen of the app on your phone in the Chrome window, and you have the full Chrome developer console including HTML inspect, JS debugging with break points, single-stepping etc, to debug the app live on your phone. You can also interact with the app screen in the Chrome window. 18 18 19 19 See also: https://developers.google.com/web/tools/chrome-devtools/remote-debugging 20 21 20 == Database on Android Device == 22 21