关闭GDB中设置断点的确认

时间:2013-10-11 12:04:17

标签: c gdb

在共享库上设置断点:

(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不要问这个问题吗? (那就是,跳过确认?)

1 个答案:

答案 0 :(得分:3)

请参阅"帮助设置断点等待"或" apropos待定"。