Where is the “Load symbols lazily” debugging optio

2019-01-25 11:52发布

My breakpoints are not working in XCode4. To fix this in XCode3 I turned off the "Load symbols lazily" option, I can't find a similar option in XCode4...

标签: xcode4
2条回答
狗以群分
2楼-- · 2019-01-25 12:40

There is no Load Symbols Lazily option in Xcode 4.

The Breakpoints button in the project window toolbar toggles running/debugging your program. Xcode initially sets the button for running, which disables your breakpoints. For your breakpoints to be enabled, the Breakpoints button should look like the following:

Breakpoints Button

查看更多
聊天终结者
3楼-- · 2019-01-25 12:41

In earlier Xcode version find Xcode -> Preferences -> Debugging tab. Uncheck Load symbols lazily if checked. It seems to be dropped from Xcode 4. Have a look at this post click here

This worked for me.

查看更多
登录 后发表回答