This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Delete all breakpoints with less typing


Hello,

This is how I delete all breakpoints:

(gdb) del b
Delete all breakpoints? (y or n) y
(gdb)

6 characters for the command plus two more to confirm. I'm used to MSVC which does it with one stroke (SHIFT-F9). Is there a way to remove breakpoints in gdb with less typing and no confirmation?

Thank you!

Chris


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]