ChinaUnix.net
相关文章推荐:

komodo远端调试perl成功

使用komodo如何调试django http://www.maplye.com:8081/post/111/

by windark - Python - 2007-10-19 21:49:38 阅读(2876) 回复(0)

相关讨论

系统:win98+apache1.3 打开http://192.168.0.20/test.cgi总是提示: Forbidden You don't have permission to access /test.cgi on this server. -------------------------------------------------------------------------------- Apache/1.3.31 Server at localhost Port 80 请问如何解决? 我是按电脑报上面的一篇单机架设perl的文单调试的,里面的HTTPD。CONF是按他提供的设置来的。。。请问在架设perl高度环境时,APAC...

by netzsj - 服务器应用 - 2004-07-28 12:46:48 阅读(1662) 回复(3)

初学perl不久,在unix下不知如何调试, 我只知道-w , print 请问一般都怎么调试呢? 谢谢

by wpeng18 - Perl - 2007-01-17 17:51:46 阅读(1581) 回复(6)

在Windows下,有很多perl IDE可用,在Linux和Solaris下就好像没有了,有时调试perl程序时用perl很麻烦,探索了一下,emacs可以调试perl程序。 当然牛人可能不用IDE,我不是牛人,所以我还是要用IDE。 If you have perl installed on your computer, you may debug a perl script by simply typing "alt-x perldb" "perl -d myscript.pl". Once the command is entered, you will see 2 buffers in Emacs, the top buffer is the de...

by zeki709 - Perl - 2004-11-26 22:55:13 阅读(2493) 回复(0)

请问perl 如何打印栈结构有没有trace这种函数,一个该死的动态链接库报错,,,,,致命的: 重定位错误: 文件/opt/netcool/precision/Solaris2/bin/ncp_perl: 符号__1cKCRivRecordKRRIterator6M_pnOCRivDoubleList__: 参照的符号没有找到 求助!!!!!!!

by zhoujianxin - Perl - 2003-08-14 19:15:29 阅读(1600) 回复(1)

在命令行下调试perl,如何带入页面的参数 比如: http://bbs.chinaunix.net/forum/posting.php?mode=newtopic&f=25 如何将mode与f的值传入代码中!!! 请大侠,高手们指点,谢谢!!!

by szlinjt - Perl - 2004-10-19 15:52:50 阅读(1392) 回复(3)

各位大侠,小弟目前正试着做Unix下perl的开发,但一直没找到良好的perl调试器,可以单步运行,设置断点,有知道的帮帮忙。 据我所知,windows下还有两三个,如:perl builder、perl developer kit, 但用这些来调试Unix下的程序时,环境变量不同,特别是有的还调用shell的更是没法调试。请各位大哥给出出主意。

by popscb - Perl - 2008-10-09 09:59:43 阅读(3994) 回复(8)

要使perl通过dbi访问远端的oracle数据库需在perl所在的机器上安装dbi,dbd::oracle。dbi安装后,安装dbd::oracle时提示 The ORACLE_HOME environment variable must be set. It must be set to hold the path to an Oracle installation directory on this machine (or a machine with a compatible architecture). See the README.clients file for more information. ABORTED! 请问应该在perl机器上安装什么东西以使dbd::or...

by cuizy - Perl - 2003-12-16 11:23:43 阅读(1221) 回复(1)

小弟用komodo进行perl调试,可惜发现居然不支持中文,中文在IDE里面居然都是乱码,不知道能否正确显示 平台:WINXP komodo 3.1

by big_boy1975 - Perl - 2005-07-25 23:09:05 阅读(1817) 回复(0)

我有一个perl程序是处理中文文件的,想用ptkdb调试的时候发现无论是源码中的中文注释,还是包含中文的变量都不能正常显示 请问如何解决?

by WAKU - Perl - 2008-12-24 12:17:51 阅读(1710) 回复(2)

有没有什么好的办法?在DEBUG的时候直接进入了子进程,现在我想进入父进程,怎么办呢?

by chairman - Perl - 2015-07-22 09:48:00 阅读(3752) 回复(3)