简体   繁体   中英

Can I debug installed hybrid ios app from windows

My phonegap app is crashing randomly in some ios devices, not happening from phonegap client.

Is there a way to debug an installed ios app with a windows pc ?

Debug a Cordova app is a pain. Since the app is running inside a browser-like, all native debuggers are unuseful. In you specific case, I can suggest you to use Weinre, a remote tool able to show you something as the app is running and you can maybe catch the bug you're seeking. You can start reading this link or this link and maybe google WEINRE.

Since your iOS app is crashing, most probably the issue will be with the Native Code.

BTW, you can try checking this tool - GapDebug

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM