Path: | README |
Last Update: | Fri Mar 04 20:52:10 Westeuropäische Normalzeit 2005 |
ruby-breakpoint lets you inspect and modify state at run time. This allows you to diagnose bugs, patch applications and more all via IRB by simply doing a method call at the place you want to investigate.
ruby-breakpoint is integrated into the popular RubyOnRails and Nitro web development frameworks. In the past it has also been a part of the Ruby dev-utils Project.
ruby-breakpoint is available from ruby-breakpoint.rubyforge.org/ — that web site also is a good place for discussing new features, filing bug reports and so on.
See the NEWS file for the changes that were done in this release.
De-compress archive and enter its top directory. Then type:
($ su) # ruby setup.rb
These simple step installs this program under the default location of Ruby libraries. You can also install files into your favorite directory by supplying setup.rb some options. Try "ruby setup.rb —help".
Dual licensed under GPL and Ruby’s custom license. See COPYING.
Florian Gross, flgr@ccan.de