rem / 0.0.9
| Short description: | Yet another "debug.rb"; has Gtk2 interface | |||||||
|---|---|---|---|---|---|---|---|---|
| Category: | Application/Development | |||||||
| Status: | beta | |||||||
| Created: | 2004-10-22 14:09:30 GMT | |||||||
| Last update: | 2006-03-17 13:39:25 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/rust-0.0.9.tar.gz | |||||||
| License: | Ruby's | |||||||
| Dependency: |
|
|||||||
| Description: | This is an implementation of the Ruby debugger which made from pure Ruby code like "debug.rb". The debugger's design is based on MVC architecture. Gtk2 version of graphical interface is ready. You can also extend some others interfaces with your favorite GUI toolkit. Notice: The project name will change. The old name "rem" has some problems for me (ex. "rem" is a reserved word on DOS, and yyuu doesn't like rock band R.E.M. so much). So, the name was changed to "rust" from this version of release. Usage: To debug "debuggee.rb" % rust debuggee.rb To start debug with Gtk2 % rust --gtk debuggee.rb To start remote debugging: You need starting "debug server" first. % rust -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 rust's argument. % rust druby://hostname:12345 See also README. ----
|
|||||||
| 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)] | |||||||