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

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

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -