Iphone 挂起断点1-“0”;objc_msgSend“;断然的

Iphone 挂起断点1-“0”;objc_msgSend“;断然的,iphone,memory-management,Iphone,Memory Management,当我尝试用xcode运行我的应用程序时,我收到了以下消息。如果我通过点击图标在模拟器中运行已安装的应用程序,它工作正常。我不知道为什么会有这样的问题 GNU gdb 6.3.50-20050815 (Apple version gdb-1469) (Wed May 5 04:36:56 UTC 2010) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General

当我尝试用xcode运行我的应用程序时,我收到了以下消息。如果我通过点击图标在模拟器中运行已安装的应用程序,它工作正常。我不知道为什么会有这样的问题

GNU gdb 6.3.50-20050815 (Apple version gdb-1469) (Wed May 5 04:36:56 UTC 2010) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-apple-darwin".sharedlibrary apply-load-rules all Attaching to process 2758. Pending breakpoint 1 - "objc_msgSend" resolved GNU gdb 6.3.50-20050815(苹果版gdb-1469)(星期三2010年5月5日04:36:56 UTC) 版权所有2004免费软件基金会。 GDB是自由软件,受GNU通用公共许可证的保护,您是 欢迎在特定条件下更改和/或分发副本。 键入“显示复制”以查看条件。 GDB绝对没有保修。有关详细信息,请键入“显示保修”。 此GDB配置为“x86_64-apple-darwin”。sharedlibrary应用所有加载规则 连接到进程2758。 已解决挂起断点1-“objc_msgSend” 如果有人有知识,请在这里分享


提前感谢。

这不是问题-它只是告诉您代码中有一个断点,在objc_msgSend方法上

虽然为什么在objc_msgSend上会有一个断点是另一回事,但您可以从控制台中删除它,比如

删除1

XCode中有一个断点菜单,可以用来删除断点,但我记不起它现在在哪里了