From: matz@... (Yukihiro Matsumoto) Date: 2001-05-03T15:03:38+09:00 Subject: [ruby-talk:14581] Re: emacs and ruby debugging Hi, In message "[ruby-talk:14552] emacs and ruby debugging" on 01/05/03, "Joseph McDonald" writes: |I see that when I start up ruby -r debug script.rb it says: |"Emacs support available." | |My question is: how do I use it? What does it do? It's like gdb emacs interface. Load rubydb3x.el found in misc directory. Then type M-x rubydb |Does it |place a pointer to the current line in your script.rb buffer? Yes. |Does it open a little window for display variables? No. matz.