Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ruby-breakpoint 0.5.1: Now with less bugs
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Florian Gross  
View profile  
 More options Jun 5 2006, 9:57 am
From: Florian Gross <flor...@gmail.com>
Date: Mon, 5 Jun 2006 22:57:02 +0900
Local: Mon, Jun 5 2006 9:57 am
Subject: [ANN] ruby-breakpoint 0.5.1: Now with less bugs
I've finally decided to do a bug fix release for ruby-breakpoint.

In the near future you can expect more news from this project as I'll be
working on it for this year's Summer of Code. See the TODO for what is
planned:

   http://ruby-breakpoint.rubyforge.org/doc/files/TODO.html

If there is anything else I can do to make ruby-breakpoint more useful
or easier to use please tell me. Now is the best time to suggest new
features!

= What is ruby-breakpoint?

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 http://ruby-breakpoint.rubyforge.org/
The web site also is a good place for discussing new features, filing
bug reports and so on.

= Where can I get it?

ruby-breakpoint is available via RubyGems. Using it installing is as
easy as typing the following into a shell:

   gem install ruby-breakpoint

If you don't have RubyGems or prefer downloading this via the web that's
no problem either. All files are also available directly from RubyForge
via http://rubyforge.org/frs/?group_id=559

= What's new in ruby-breakpoint 0.5.1?

* Moved functionality of bin/breakpoint_client to
   lib/breakpoint_client.rb and changed it so that it will respect
   previously set Options. (Should make it easier for other libraries to
   integrate ruby-breakpoint with custom options.)
* Fixed trouble with .irbrc on remote breakpoint server when calling
   DRb.activate_drb (see http://dev.rubyonrails.com/ticket/803)
* Fixed client.y not working (Need to undef DRbObject#to_yaml)
* Fixed client << 5 and similar not working
* Fixed client.require not working with some RubyGems versions
* WorkSpace#evaluate no longer extends strings and numerics with
   DRbUndumped (Works around "DRb::DRbObject#to_str should return String"
   style bugs)
* Documented bug in Binding.of_caller() that causes
   Breakpoint.breakpoint() to have a wrong object context. breakpoint()
   works correctly.

--
http://flgr.0x42.net/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »