Changes between Version 8 and Version 9 of DeveloperGuidelines/EdenMobile/Debugging
- Timestamp:
- 10/10/16 20:42:59 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Debugging
v8 v9 16 16 17 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 19 [[Image(remote-debugging-with-chrome.png)]] 18 20 19 21 See also: https://developers.google.com/web/tools/chrome-devtools/remote-debugging