Changes between Version 6 and Version 7 of jazz/DEBUG


Ignore:
Timestamp:
Jan 1, 2012, 10:34:53 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/DEBUG

    v6 v7  
    190190   * 由於以往寫 Perl 的程式都只會用 print 把變數印出來,好觀察到底判斷式寫得正不正確,正規表示法所擷取出來的內容到底是不是自己想要的。不過今天花了一整天 Debug 某一段程式邏輯,輸入的資料量又不少,有時候還真的蠻想要有 step trace 的功能。寫 C 可以用 gdb 作 debugger,那 Perl 呢?? 答案是__'''加一個 -d 參數'''__下去跑。
    191191   * [http://docstore.mik.ua/orelly/perl/prog3/ch20_01.htm The Perl Debugger (Programming Perl 3rd Edition)]
     192   * [http://www.thegeekstuff.com/2010/05/perl-debugger/ Perl Debugger Tutorial: 10 Easy Steps to Debug Perl Program]
     193   * [http://www.linuxjournal.com/article/7581?page=0,3 The Perl Debugger]
    192194 * [http://aspn.activestate.com/ASPN/Downloads/VisualPerl/ Visual Perl] - !ActiveState ends development of dynamic language plug-ins for Microsoft Visual Studio
    193195 * [http://www.gnu.org/software/ddd/ ddd] 可以對 perl 程式除錯, 用 ddd --perl 起動 ddd 來對 perl 程式除錯,或者在 preference 設 perl 模式
    194196
    195197 * [http://www.epic-ide.org/ EPIC] - Perl Editor and IDE for Eclipse
     198
     199 * 互動式介面
     200   * [http://www.focusresearch.com/gregor/sw/psh/ psh] - interactive perl shell
     201     * Debian / Ubuntu 有 [http://packages.debian.org/psh psh] 套件
     202   * [Zoidberg]: A Shell That Speaks Perl
     203     * Debian / Ubuntu 有 [http://packages.debian.org/zoidberg zoidberg] 套件
     204     * [http://drdobbs.com/web-development/184416203 Zoidberg: A Shell That Speaks Perl]