watchpoint set variable aux 然后我添加了停止条件。watchpoint modify -c '(int)strcmp(*aux->usuario,"AAAAA") == 0' 但我得到以下错误: Process 398158 resuming
Stoppeddue to an error evaluating condition of watchpointWatchpoint 1: addr = 0x7fffffffe620 size = 8 st
我尝试在popover视图和表视图上放置和lldb监视点,以查看是否可以跟踪视图帧更改,但我似乎永远无法到达监视点:Watchpointcreated: Watchpoint 3: addr = 0x7feac410b788 size = 8 state = enabled type = w new value: 0x0000
在lldb上,我在调试器中看不到watchpoint set选项,尽管提到了它的存在。当我尝试运行watchpoint set时,lldb告诉我该命令无效。gdb上,我可以设置观察点(使用watch var),但当我尝试继续执行时,得到的结果是:
Can't set hardware watchpoints without the 'Z2' (write-watchpoint
检查我有哪些观察点的结果Number of supported hardware watchpoints: 4error: Watchpoint creation failed (addr=0xffffffffffffffff, size=0, variable expression='i').
error: cannot set a watchpoint with watch_size