如何在xcode4中使用断点运行iphone应用程序?
我正在做一个应用程序。其中我放置了一些断点。但是它们没有被触发,直接执行程序。我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将构建配置设置为“调试”模式。目前您可能处于“发布”模式,其中不会触发断点。
You need to set the build configuration to 'Debug' mode. Currently you are probably in the 'Release' mode where breakpoints aren't fired.