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
启动调试器后,将一些常用命令放入文件和源代码中。