1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add default break points

This commit is contained in:
Koichi Sasada 2020-01-21 16:58:00 +09:00
parent 97d75639a9
commit 8113f3fee4

View file

@ -1210,6 +1210,8 @@ benchmark: miniruby$(EXEEXT) update-benchmark-driver PHONY
run.gdb:
echo set breakpoint pending on > run.gdb
echo b rb_assert_failure >> run.gdb
echo b rb_bug >> run.gdb
echo b ruby_debug_breakpoint >> run.gdb
echo '# handle SIGINT nostop' >> run.gdb
echo '# handle SIGPIPE nostop' >> run.gdb