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 -d my-program.pl -c 'b postpone Foo::Bar::some_func'
perl -dつまり、デバッガー プロンプトで通常入力するコマンドの呼び出しの一部として指定しますb postpone Foo::Bar::some_func。
perl -d
b postpone Foo::Bar::some_func
からman perldebug、ソースファイルを使用できます
man perldebug
いくつかの一般的なコマンドをファイルに入れ、デバッガーの起動後に手動でソースします。