博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux eclipse epic perl padwalker
阅读量:5141 次
发布时间:2019-06-13

本文共 593 字,大约阅读时间需要 1 分钟。

1, 在Eclipse中安装EPIC:

Help->Install New Software->Add:
name:EPIC
Location:

2, 安装Padwalker:

PadWalker is a module which allows you to inspect (and even change!)

lexical variables in any subroutine which called you. It will only show
those variables which are in scope at the point of the call.
PadWalker is particularly useful for debugging. It’s even used by
Perl’s built-in debugger. (It can also be used for evil, of course.)

11.download it from CPAN().

22. unzip and extract it to \lib
33. exec perl Makefile.pl
44. make;nmake test;make install

转载于:https://www.cnblogs.com/cade/p/3457647.html

你可能感兴趣的文章
手机号脱敏处理
查看>>
CI控制器调用内部方法并载入相应模板的做法
查看>>
Hdu - 1002 - A + B Problem II
查看>>
HDU - 2609 - How many
查看>>
每天CookBook之Python-003
查看>>
每天CookBook之Python-004
查看>>
Android设置Gmail邮箱
查看>>
StringBuffer的用法
查看>>
js编写时间选择框
查看>>
PHP压缩文件操作
查看>>
Java数据结构和算法(四)--链表
查看>>
JIRA
查看>>
小技巧——直接在目录中输入cmd然后就打开cmd命令窗口
查看>>
深浅拷贝(十四)
查看>>
由级别和性格特征将程序员分类 ---看看你属于哪一种
查看>>
HDU 6370(并查集)
查看>>
BZOJ 1207(dp)
查看>>
PE知识复习之PE的导入表
查看>>
HDU 2076 夹角有多大(题目已修改,注意读题)
查看>>
洛谷P3676 小清新数据结构题(动态点分治)
查看>>