pkgsrc/devel/ruby-debug-base/PLIST
jlam 7300d393c1 Update devel/ruby-debug-base to 0.10.1. Changes from version 0.10.0
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 => true saves things (like $0 and ARGV) necessary to
     allow restart. Default: true
    :post_mortem => 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
2008-04-14 21:33:01 +00:00

23 lines
751 B
Text

@comment $NetBSD: PLIST,v 1.2 2008/04/14 21:33:01 jlam Exp $
${GEM_HOME}/cache/ruby-debug-base-${PKGVERSION}.gem
${GEM_LIBDIR}/AUTHORS
${GEM_LIBDIR}/CHANGES
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/ext/breakpoint.c
${GEM_LIBDIR}/ext/extconf.rb
${GEM_LIBDIR}/ext/ruby_debug.c
${GEM_LIBDIR}/ext/ruby_debug.h
${GEM_LIBDIR}/lib/ChangeLog
${GEM_LIBDIR}/lib/ruby-debug-base.rb
${GEM_LIBDIR}/lib/ruby_debug.${RUBY_DLEXT}
${GEM_LIBDIR}/test/base/base.rb
${GEM_LIBDIR}/test/base/binding.rb
${GEM_LIBDIR}/test/base/catchpoint.rb
${GEM_HOME}/specifications/ruby-debug-base-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/test/base
@dirrm ${GEM_LIBDIR}/test
@dirrm ${GEM_LIBDIR}/lib
@dirrm ${GEM_LIBDIR}/ext
@dirrm ${GEM_LIBDIR}