通过断点编号Xcode识别断点 [英] Identify a Breakpoint by Breakpoint Number Xcode

查看:59
本文介绍了通过断点编号Xcode识别断点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Xcode中使用调试器时,出现以下错误:

While using the debugger in Xcode, I got the following error:

"Execution was interrupted, reason: breakpoint 6.3"

因此,我想删除断点6.3.如何确定哪个人的号码为6.3?我在断点摘要面板中进行了查看,尝试右键单击每个数字,但是看不到任何标识这些数字的方法.

So, I'd like to remove breakpoint 6.3. How can I figure out which one has the number 6.3? I have looked in the breakpoint summary panel, tried right clicking on each one, but I don't see any way to identify each these number.

推荐答案

在Xcode Breakpoint Navigator中似乎无法通过数字标识断点.

There seems no way to identify the breakpoints by number in the Xcode Breakpoint Navigator.

但是,您可以在调试器控制台中轻松删除断点.在您的情况下,"6"是断点编号,"3"是断点位置之一.

However, you can easily remove the breakpoint in the debugger console. In your case "6" is the breakpoint number and "3" is one of the breakpoint locations.

breakpoint list

显示所有断点.

breakpoint delete 6

删除断点6(具有所有位置).

deletes breakpoint 6 (with all locations).

breakpoint disable 6.3

仅禁用断点6的位置3.

disables only location 3 of breakpoint 6.

这篇关于通过断点编号Xcode识别断点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆