8 ms·
This looks fantastic. Does anyone know if there is a similar tool for Android?
by Nemisis7654 14y ago
This looks fantastic. Does anyone know if there is a similar tool for Android?
- ale55andro 14y agoRemote debugging ( Chrome for Android ) has been around for a while : https://developers.google.com/chrome/mobile/docs/debugging https://developers.google.com/chrome/mobile/docs/debugging
- king_jester 14y agoAlso, ADB runs over network easily as of ICS using the option in 'Developer options' in the system setting.
- Nemisis7654 14y agoHmmm..For some reason, I cannot seem to find any setting in "Developer Options" on my Jelly Bean based device. Can you tell me what it is called?
- Nemisis7654 14y agoThank you. Somehow, I did not know about this. Edit: This seems to only be for web apps, not native apps. Or am I missing something?
- masklinn 14y agoThat's for webapps, not native applications, is it not? The point of TFA seems to be that it's using the webkit developer tools to inspect and debug native cocoa applications, not web applications.
- mikelikespie 14y agoIt is certainly possible to write one. All the back-end stuff can be reused.