What’s the procedure to use the ruby debugger in emacs? I get the message
"Emacs support available", but I don’t know how to use the debugger with
emacs.
···
–
Seth Kurtzberg
M. I. S. Corp.
480-661-1849
seth@cql.com
What’s the procedure to use the ruby debugger in emacs? I get the message
"Emacs support available", but I don’t know how to use the debugger with
emacs.
–
Seth Kurtzberg
M. I. S. Corp.
480-661-1849
seth@cql.com
What’s the procedure to use the ruby debugger in emacs? I get the message
“Emacs support available”, but I don’t know how to use the debugger with
emacs.
M-x rubydb => ruby -r debug test.rb
You might have to add (load “pathtofile/rubydb3x.el”)
to your ~/.emacs
interesting links:
good luck,
-A.