perl
調試器總是說:「編輯器支持可用」,相信每個人都可以看到這個,但是怎麼用呢?如何使用perl調試器*支持的*編輯器?
my-computer$perl -de2
Loading DB routines from perl5db.pl version 1.33
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
main::(-e:1): 2
DB<1>
順便說一下,我在Linux/Ubuntu natty機器上得到了上述提示。
VimDebug項目中也有vim支持:https://github.com/kablamo/VimDebug – yko