Changes between Version 10 and Version 11 of jazz/09-04-21


Ignore:
Timestamp:
Apr 15, 2010, 7:50:47 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-04-21

    v10 v11  
    3434   * 由於以往寫 Perl 的程式都只會用 print 把變數印出來,好觀察到底判斷式寫得正不正確,正規表示法所擷取出來的內容到底是不是自己想要的。不過今天花了一整天 Debug 某一段程式邏輯,輸入的資料量又不少,有時候還真的蠻想要有 step trace 的功能。寫 C 可以用 gdb 作 debugger,那 Perl 呢?? 答案是__'''加一個 -d 參數'''__下去跑。
    3535   * [http://docstore.mik.ua/orelly/perl/prog3/ch20_01.htm The Perl Debugger (Programming Perl 3rd Edition)]
     36 * [http://aspn.activestate.com/ASPN/Downloads/VisualPerl/ Visual Perl] - ActiveState ends development of dynamic language plug-ins for Microsoft Visual Studio
     37 * [http://www.gnu.org/software/ddd/ ddd] 可以對 perl 程式除錯, 用 ddd --perl 起動 ddd 來對 perl 程式除錯,或者在 preference 設 perl 模式
    3638
    3739== DRBL ==