# perl -d sample.pl
sでステップ実行、nで行実行、pで変数の表示。
http://d.hatena.ne.jp/perlcodesample/20100302/1269670120
Segmentation Faultのときは、
gdb perl run ./sample.pl bt up info locals
coreが0バイトに指定されているとcoreを吐かないので、
ulimit -c unlimit gdb core.nnnnn where
# perl -d sample.pl
sでステップ実行、nで行実行、pで変数の表示。
http://d.hatena.ne.jp/perlcodesample/20100302/1269670120
Segmentation Faultのときは、
gdb perl run ./sample.pl bt up info locals
coreが0バイトに指定されているとcoreを吐かないので、
ulimit -c unlimit gdb core.nnnnn where