开发者

How do you add a global breakpoint in XCode 4?

开发者 https://www.devze.com 2023-03-23 09:30 出处:网络
I know how to do this in XCode 3, but just can\'t 开发者_StackOverflow社区find how to add a global (as opposed to at a specific line) breakpoint in XCode 4. There is a good answer in the apple develop

I know how to do this in XCode 3, but just can't 开发者_StackOverflow社区find how to add a global (as opposed to at a specific line) breakpoint in XCode 4.


There is a good answer in the apple developer forums (paid account needed): https://devforums.apple.com/thread/68421

To summarise, you have to go to the breakpoints navigator (View->Navigators->Breakpoint Navigator), add a new symbolic breakpoint using the + button at the bottom left corner. To make this breakpoint global, you have to right click it and press "Move Breakpoint to -> User"

0

精彩评论

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