Next | Query returned 13 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2008-09-15 11:02:55 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Update ruby-debug package to 0.10.2.

0.10.2
 - debugger(steps=0) breaks inside of debugger rather than wait for a line event.
 - trace var varname (stop|nostop) added which issues trace_var.
 - start method is now properly defined in Debugger module
 - fixed 'finish' command
 - rdebug script now works with Ruby 1.8.7
   2008-04-14 23:33:04 by Johnny C. Lam | Files touched by this commit (4)
Log message:
Update devel/ruby-debug to version 0.10.1.  Changes from version 0.10.0
include:

Makefile:
+ Use a different method for setting the RUBY_DEBUG_VERSION in the
  Rakefile.  We create a file at post-extract time that holds the
  version number and just directly read it within the Rakefile.

patch-aa:
+ Read the VERSION file in the source directory to set RUBY_DEBUG_VERSION
  used in the specifications file.
+ Drop changes that manipulated the file list for the ruby-debug-base
  package.  We already only build the CLI package, so the change is
  unnecessary.

ruby-debug changes:

* "rdebug --post-mortem" now really catches uncaught exceptions and
  brings you to post-mortem handling. "info program" shows the exception.

* Use ~/.rdboptrc (rdbopt.ini on MS Windows) to change default options.

* Expanded "info" command

* "frame" command now accepts an optional thread number argument

* add "var cl[ass]" command. Note "var const" can no longer be
  abbreviated "var c"; use "var co" (or const or constant).

* add "condition" command. Allow removal of condition.

* rdebug command history can be displayed with "show commands". Fix a bug
  in history saving.

* INCOMPATIBLE CHANGE: "finish" works like gdb - stop just before the most
  recent method finishes. Will now accept a number which stops that many
  frames completed. (Note that return line numbers will be funny, the
  first line of the method until Ruby 1.8.7.)

* fix bug in 'list' command when wrapping off the end.

* Emacs interaction drastically reworked, expanded, and improved.
   2008-04-07 01:03:58 by Stoned Elipot | Files touched by this commit (5) | Imported package
Log message:
Initial import of ruby-debug as version 0.10.0 into the NetBSD
Packages Collection.

Command line interface for the Ruby debugger ruby-debug.


Next | Query returned 13 messages, browsing 11 to 20 | previous