本文介绍了“懒惰地加载符号"在哪里?XCode4 中的调试选项?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的断点在 XCode4 中不起作用.为了在 XCode3 中解决这个问题,我关闭了延迟加载符号"选项,我在 XCode4 中找不到类似的选项...

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...

推荐答案

Xcode 4 中没有 Load Symbols Lazily 选项.

There is no Load Symbols Lazily option in Xcode 4.

项目窗口工具栏中的 Breakpoints 按钮切换运行/调试程序.Xcode 最初将按钮设置为运行,这会禁用您的断点.要启用断点,Breakpoints 按钮应如下所示:

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:

这篇关于“懒惰地加载符号"在哪里?XCode4 中的调试选项?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 06:23