有没有办法在命令行上发出样板调试器命令?

时间:2013-03-13 18:22:04

标签: perl debugging

我希望能够做到这样的事情:

perl -d my-program.pl -c 'b postpone Foo::Bar::some_func'

即。指定作为调用perl -d命令的一部分,我通常会在调试器提示符下输入该命令,即b postpone Foo::Bar::some_func

1 个答案:

答案 0 :(得分:0)

man perldebug,您可以使用source file

在启动调试器后手动将一些常用命令放入文件和源中。