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.
每次我尝试使用 netbeans 调试我的项目时,它都不允许我这样做。它给出了以下错误: -
“GDB 意外停止并返回 1”
当我选择“确定”时,它只会停止一切。当我尝试在 netbeans 中这样做时,我的项目运行没有任何错误。我想进入我的代码但无法这样做。有人可以帮我解决这个问题吗?谢谢。
我有同样的问题。我清除了旧的调试断点,这解决了问题。我认为旧的断点指向死代码。
Gdb Init File对我来说是个问题。
运行 > 设置项目配置 > 自定义 > 调试
它指向~/.gdbinit,我清除了该字段,并且它起作用了。
~/.gdbinit
一定是我的疯狂.gdbinit之处,即使它适用于 raw gdb。
.gdbinit
gdb
网豆 8.2。