简体   繁体   中英

How to run the iphone app in xcode4 with breakpoints?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM