【发布时间】:2013-07-29 03:23:02
【问题描述】:
所以我尝试在另一个 perl 调试器中运行一个 perl 调试器。我一直在 perl 中阅读 tty 是解决方案。有人可以向我解释 tty 的含义(它是终端类型吗?)以及它有什么用处?这是我读到的地方: http://search.cpan.org/~rjbs/perl-5.18.0/lib/perl5db.pl#$CreateTTY 我尝试使用 tty 的原因是因为我问了这个问题: Pass argument to perl file in debugger and set breakpoint in file executed by system 感谢所有回答的人,你们告诉我的越多,我得到的想法就越好:)
【问题讨论】:
标签: perl debugging terminal tty