RAA - rem/0.0.7

rem / 0.0.7

Short description: yet another "debug.rb" supporting remote debugging.
Category: Application/Development
Status: beta
Created: 2004-10-22 14:09:30 GMT
Last update: 2004-11-24 17:14:50 GMT
Owner: yyuu (Projects of this owner)
Homepage: http://www.mind.sccs.chukyo-u.ac.jp/~yyuu/rem/
Download: http://www.mind.sccs.chukyo-u.ac.jp/~yyuu/src/rem-0.0.7.tar.gz
License: Ruby's
Dependency:
Requires: druby/2.0.4 Remote debugging support using dRuby.
Description:

This is an implementation of the Ruby debugger which made from pure Ruby code like "debug.rb". The design of rem is based on MVC architecture. You can extend rem's interface with your favorite GUI toolkit.

Usage:

To debug "debuggee.rb"

% rem debuggee.rb

remote debugging:

You need starting "debug server" first.

% rem -L debuggee.rb
druby://hostname:12345

Server will dump a message such like "druby://...". It is the server's URI.

To start debugging, specify it in rem's argument.

% rem druby://hostname:12345

See also README.

----

  • Remote debugging support added. (like "yard")
  • Some changes added to keep compatibility between ruby 1.6.x and 1.8.x. (in 0.0.7)
Versions: [0.0.9 (2006-03-17)] [0.0.7 (2004-11-24)] [0.0.6 (2004-11-17)] [0.0.5 (2004-11-11)] [0.0.4 (2004-10-26)] [0.0.3 (2004-10-26)]

Edit this project (for project owner)

back to RAA top