Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デバッガーがブレークポイントで停止するとします。デバッガーに任意の Perl コードを実行/送信する方法はありますか?
たとえば、次のステートメントのある場所でデバッガーを停止するとします。
$DB::single = 1
私はできるようになりたいです:
デバッガー プロンプトから一般的な Perl ステートメントを入力して実行する
スクリプトを実行する