调试器中没有符号,xCode 4
您好,我正在运行一个调试版本,NO 优化和“DWARF with dSYM file”作为调试格式。为什么我无法将字典打印到控制台?我错过了什么吗? xCode 版本是 4.0.2,我使用 LLVM 2.9 svn 版本和 GDB 调试器。
Hi I'am running a debug build with NO optimizations and "DWARF with dSYM file" as debugging format. Why can't I print my dictionary to console? Have I missed something? xCode version is 4.0.2 and Iam using LLVM 2.9 svn version with GDB debugger.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不能说我确定知道,但这里有一些可以尝试的事情...
查看您的日志,我的第一个猜测是您在调试器有机会正确连接之前就中断了。完全是猜测,但尝试一下 NSLog 并看看是否能得到输出。
Can't say that I know for sure, but here are a few things to try...
Looking at your log, my first guess is that you're breaking before the debugger has had a chance to attach properly. Totally a guess, but try the NSLog thing and see if you get output.