如何在xcode4中使用断点运行iphone应用程序?

发布于 2024-12-12 03:16:48 字数 123 浏览 0 评论 0原文

我正在做一个应用程序。其中我放置了一些断点。但是它们没有被触发,直接执行程序。我正在使用 xcode4 和 ios 4.3。我的设备版本是 ios5。所以请告诉我如何解决这个问题。这个仅在设备中才会遇到问题。在模拟器中它将正常工作。

Iam doing one applciation.In that i put the some breakpoints.But they are not fired,directly program will be executed.Iam using xcode4 with ios 4.3.And my device version is ios5.So please tell me how to solve this one.This problem will be faced in device only.In simulator it will be working fine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮色兮凉城 2024-12-19 03:16:48

您需要将构建配置设置为“调试”模式。目前您可能处于“发布”模式,其中不会触发断点。

You need to set the build configuration to 'Debug' mode. Currently you are probably in the 'Release' mode where breakpoints aren't fired.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文