当内存位置的数据发生变化时 XCode 会崩溃吗
Visual Studio 始终能够做到这一点 - 如果您知道 mem loc,那么当该 mem loc 的值更改为特定值或完全更改时,您可以设置条件断点。这就是 XCode 中符号断点的用途吗?如果是这样,我不知道该怎么做。
谢谢, 汤姆
Visual Studio has always been able to do this - if you know a mem loc then you can set conditional breakpoints when that mem loc's value changes to a particular value or changes at all. Is that what Symbolic breakpoints are for in XCode? If so, I cannot see how to do this.
Thx,
Tom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您对 gdb 感到满意,这个问题&答案 应该足以帮助您解决问题。如果没有,您可能想尽快适应它......
If you're comfortable with gdb, this question & answer should be more than enough to help you out. If not, you might want to get comfortable with it soon...