| Short description: |
Yet Another Ruby Debugger |
| Category: |
Application/Development |
| Status: |
stable |
| Created: |
2000-12-29 10:24:32 GMT |
| Last update: |
2004-06-07 08:38:22 GMT |
| Owner: |
NaHi
(Projects of this owner) |
| Homepage: |
http://pub.cozmixng.org/~the-rwiki/rw-cgi.rb?cmd=view&name=debugger |
| Download: |
http://www.jin.gr.jp/~nahi/Ruby/YARD/debugger_1_0_0.tar.gz
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
- Introduction
Yet another debugger using dRuby. You can attach a debuggee and
debug it from foreign host. Even if the application which eats
STDIN and dumps to STDOUT can be debugged.
- Requirement
Yet Another Ruby Debugger works under ruby 1.6.2. And dRuby 1.3.x
must be installed.
You can get dRuby from
<URL:http://www.jin.gr.jp/~nahi/RWiki/?cmd=view&name=dRuby>
- Usage
To debug sample/target.rb, type like this to run the application.
$ ruby -rdebuggee sample/target.rb
This kind of message are dumped
Debug dRuby-URI: druby://foo:46166
sample/target.rb which is a debuggee, is at a stop now. Then,
at another window (or the like), type like this to attach the
application. (Of course you must 'cd' to the directory where
debugger.rb locates.)
$ ./debugger.rb druby://foo:46166
Your application (debuggee) and debugger.rb can be run at
separate hosts. (This is the existence of this debugger :D )
|
| Versions: |
[1.0.0+ (2004-06-07)]
[1.0.0 (-)]
|