开发者

breakpoints window in xcode 4 IOS4.3

I just downloaded xcode 4 with IOS 4.3 and trying to run my app on it. I have set some breakpoints and I can imagine that the code is currently stopped at a breakpoint, as the initial screen of the app has not co开发者_开发技巧me up and the breakpoint is before that. But I cannot see the source code are where the breakpoint is stopped. I also cannot see the single step/ continue buttons which were so easy with the old debugger. How can I open the debugger to see where my code position is right now? Thanks


In Xcode4, the breakpoint window is located in the navigator view on the left. You can open it by pressing [cmd + 6] or with this button

breakpoints window in xcode 4 IOS4.3

The debug area is located at the bottom of your screen, open it via [cmd + shift + Y] or with this button

breakpoints window in xcode 4 IOS4.3

In the debug area, you will also find the buttons for stepping trough your code

breakpoints window in xcode 4 IOS4.3

Hope this helps!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜