XCode debugger hangs on breakpoints

旧时模样 提交于 2019-12-13 04:31:46

问题


I'm debugging a project for iOS 4.0 (simulator) in XCode 3.2.3, and all of a sudden the debugger just stopped working on me. It will hit the first breakpoint and freeze. It will not respond to single stepping, continuing, pausing, etc.

I know I'm not the first person to complain about the XCode debugger, so does anyone have any sort of clue as to why this happens, or any sort of workaround? It has completely prevented me from getting anything done.


回答1:


I found that switching to build active target only and using llvm 1.5 worked for me. Even if llvm 1.5 can't be used for your final code, it can get you around this extremely frustrating problem.



来源:https://stackoverflow.com/questions/3260396/xcode-debugger-hangs-on-breakpoints

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!