标签: perl debugging
我希望能够做到这样的事情:
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
答案 0 :(得分:0)
从man perldebug,您可以使用source file
man perldebug
在启动调试器后手动将一些常用命令放入文件和源中。