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 脚本。
是否可以使用不同的参数集重新执行脚本(使用 perl 调试器的 R 命令)?
由于我定义了很多断点和监视,我不想退出调试器并使用新的参数重新启动它......
您可以在开始时设置一个断点,用 R 重新启动它,然后@ARGV在调试器中定义您想要的。
@ARGV