<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/ruby-debug-base/distinfo, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-04-14T21:33:01Z</updated>
<entry>
<title>Update devel/ruby-debug-base to 0.10.1.  Changes from version 0.10.0</title>
<updated>2008-04-14T21:33:01Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-04-14T21:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1c00b21fcf19ac4f77793166cdde09c2b5c12281'/>
<id>urn:sha1:1c00b21fcf19ac4f77793166cdde09c2b5c12281</id>
<content type='text'>
include:

 * Allow catching multiple exceptions.

 * Add Debugger.last_exception which is set in post-mortem.

 * Remove Debugger.stop() when an exception is raised that would
   terminate the debugged program. This may allow catchpoints to work
   and allow tracing user code which handles "Exit" exceptions

 * Preface ruby_debug global Ruby variables with rdebug_.

 * Change Debugger.start() to accept an optional options argument
    :init =&gt; true saves things (like $0 and ARGV) necessary to
     allow restart. Default: true
    :post_mortem =&gt; true runs post-mortem on an uncaught exception
     Default: false
   The old Debugger.start() is now renamed to Debugger.start_()

INCOMPATIBLE CHANGES:
 * variable "Debugger.catchpoint", a String, was turned into
   "Debugger.catchpoints", a Hash.
 * Method "Debugger.catchpoint=" no longer exists.
 * Debugger.set_catchpoint was turned into Debugger.add_catchpoint
 * return/end will now call event handler
</content>
</entry>
<entry>
<title>Initial import of ruby-debug-base as version 0.10.0 into the NetBSD</title>
<updated>2008-04-06T23:03:23Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2008-04-06T23:03:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cc1e1f99197dd05f317761e0d76398dc66f483ff'/>
<id>urn:sha1:cc1e1f99197dd05f317761e0d76398dc66f483ff</id>
<content type='text'>
Packages Collection.

Ruby-debug is a faster implementation of the standard Ruby debugger
debug.rb using a native extension with a new hook Ruby C API.
</content>
</entry>
</feed>
