简体   繁体   中英

Xcode 7.3 breakpoints not working when a UIWebview is displayed

I have been having problems with debugging and breakpoints for my iOS application ever since I upgraded to Xcode 7.3.

The issue comes up specifically when a UIWebview is displayed in my app. If I add a breakpoint and that piece of code is executed, Xcode basically locks up and doesn't let me stop debugging or anything. I end up having to force quit.

Has anyone else experienced this and/or have any ideas on how to fix it?

This is a well known issue with Cordova based hybrid apps on Xcode, every time I get this issue I clean the whole project and run it again everything is back to normal. Try resetting the simulator too if issue still not fixed.

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