gdb

  • gcc-g つけてコンパイルするとデバッグ情報

gcc -static: static link(実行バイナリにライブラリが組み込まれる)

  • r

break points

info b: ls
b <line>
del <line>