Go to the first, previous, next, last section, table of contents.


デバッガのバグ

プログラムで exit()die() を行なう場合には、デバッガも 終わります。

1度終了して、再起動する以外に、デバッガを再実行する組み込みのしくみは用 意されていません。以下のようなエイリアスを行なうことができます:

$DB::alias{'rerun'} = 'exec "perl -d $DB::filename"';

しかし、設定中のブレイクポイント情報は失われますし、正しいパスでない可能 性がある、といったことに注意しなくてはなりません。


Go to the first, previous, next, last section, table of contents.

検索式: