c - GDB setting multiple breakpoints -


i set multiple breakpoints @ once in different files in gdb.

is possible have script or other way can run once enter gdb debugger , have breakpoints set instead of setting them 1 one using traditional set break command.

all resources searched pointed how set breakpoints effectively. but, nothing seems address concern.

you can use source command in gdb.

you can put commands in .gdbinit file sourced when start gdb. put commands there , run without doing more.


Comments

Popular posts from this blog

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -