Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 gdb 中为变量插入观察点(硬件)时,一旦变量值发生更改,gdb 会话就会暂停打印“暂停(tty 输出)”。如何在不暂停 gdb 会话的情况下获得正确的输出?也试过set can-use-hw-watchpoints 0,还是一样的错误。