2

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.

4

1 回答 1

0

我发现切换到仅构建活动目标并使用 llvm 1.5 对我有用。即使 llvm 1.5 不能用于您的最终代码,它也可以帮助您解决这个极其令人沮丧的问题。

于 2010-09-21T20:13:24.333 回答