2010年8月1日日曜日

Meadowでの rubyデバッガー

このページ(http://d.hatena.ne.jp/gan2/20070630/1183207143)を見ながら
Meadowに Ruby デバッガーの設定
Rubyのソースのmiscディレクトリから、rubydb3x.elをlispディレクトリに置いて、
.emacsに以下を追加。
;;; Ruby のデバッガを Emacs から使うための設定
;; M-x rubydb
(autoload 'rubydb "rubydb3x"
"run rubydb on program file in buffer *gud-file*.
the directory containing file becomes the initial working directory
and source-file directory for your debugger." t)

M-x rubydb で起動

0 件のコメント:

コメントを投稿