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

c# - Better 64-bit byte array hash -

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

php - Zend Framework / Skeleton-Application / Composer install issue -