Changes between Version 4 and Version 5 of jazz/DEBUG


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

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/DEBUG

    v4 v5  
    183183 * http://groogle.sourceforge.net/
    184184 * http://trac-hacks.org/wiki/PeerReviewPlugin
     185
     186== Perl Debugger ==
     187
     188 * [專案] [http://packages.debian.org/lenny/libcrypt-ssleay-perl libcrypt-ssleay-perl] - 讓 Perl 的 LWP 支援 HTTPS 協定所需的套件。
     189 * [備忘] [http://debugger.perl.org/580/perldebtut.html perldebtut] - Perl debugging tutorial 官方文件
     190   * 由於以往寫 Perl 的程式都只會用 print 把變數印出來,好觀察到底判斷式寫得正不正確,正規表示法所擷取出來的內容到底是不是自己想要的。不過今天花了一整天 Debug 某一段程式邏輯,輸入的資料量又不少,有時候還真的蠻想要有 step trace 的功能。寫 C 可以用 gdb 作 debugger,那 Perl 呢?? 答案是__'''加一個 -d 參數'''__下去跑。
     191   * [http://docstore.mik.ua/orelly/perl/prog3/ch20_01.htm The Perl Debugger (Programming Perl 3rd Edition)]
     192 * [http://aspn.activestate.com/ASPN/Downloads/VisualPerl/ Visual Perl] - !ActiveState ends development of dynamic language plug-ins for Microsoft Visual Studio
     193 * [http://www.gnu.org/software/ddd/ ddd] 可以對 perl 程式除錯, 用 ddd --perl 起動 ddd 來對 perl 程式除錯,或者在 preference 設 perl 模式