【问题标题】:Turn off confirmation on setting breakpoint in GDB [duplicate]关闭在 GDB 中设置断点的确认 [重复]
【发布时间】:2013-10-11 12:04:16
【问题描述】:

在共享库上设置断点:

(gdb) b file.c:278
 No symbol table is loaded.  Use the "file" command.
 Make breakpoint pending on future shared library load? (y or [n]) y

我可以让 gdb 不问这个问题吗? (也就是说,跳过确认?)

【问题讨论】:

  • 试试set confirm off

标签: c gdb


【解决方案1】:

请参阅“帮助设置断点挂起”或“适当挂起”。

【讨论】:

  • 设置断点挂起
猜你喜欢
  • 2014-09-22
  • 2015-09-22
  • 1970-01-01
  • 1970-01-01
  • 2018-12-15
  • 2012-03-29
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多