문제

I'm having a problem similar to [this question][1]

https://stackoverflow.com/questions/1449072/debugging-problem-in-x-code-iphone-development

I have created an application, but when i try to debug it, the breakpoints are created i yellow.The only difference from the above link is that, a message is shown in xcode status bar that GDB:Warning No location found for MapViewController.m 18. MapViewController is ma viewController class. I don't know what is the problem with it. The funny thing is that the application is working without any problem. But still i need to debug it. pls help

도움이 되었습니까?

해결책

In XCode's prefs, go to the debugging section and uncheck "load symbols lazily".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top