C 关闭在GDB中设置断点的确认

C 关闭在GDB中设置断点的确认,c,gdb,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不要问这个问题吗?(也就是说,跳过确认?请参阅“帮助设置挂起的断点”或“apropos挂起”。尝试关闭设置确认。打开设置挂起的断点

正在共享库上设置断点:

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

请参阅“帮助设置挂起的断点”或“apropos挂起”。

尝试
关闭设置确认
。打开设置挂起的断点