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: |
|
|||||||
| 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. ----
|
|||||||
| 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)] | |||||||