Skip to content

Commit

Permalink
Added -d option. Seems otherwise would not run the debugger properly...
Browse files Browse the repository at this point in the history
  • Loading branch information
jpablobr committed Jan 29, 2011
1 parent e7591e4 commit a1c4270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cperl-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ or as help on variables `cperl-tips', `cperl-problems',
(perldb (read-from-minibuffer "Run perldb (like this): "
(if (consp gud-perldb-history)
(car gud-perldb-history)
(concat "perl " ;;(file-name-nondirectory
(concat "perl -d " ;;(file-name-nondirectory
;; I have problems
;; in OS/2
;; otherwise
Expand Down

0 comments on commit a1c4270

Please sign in to comment.