Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-byebug
From: Takahiro Kambe
Date: 2018-02-28 16:43:08
Message id: 20180228154308.AF209FB40@cvs.NetBSD.org
Log Message:
devel/ruby-byebug: update to 10.0.0
10.0.0 - 2018-01-26
Changed
* Breaking on methods now stops on the first effective line of a method, not
on the line containing the def keyword.
Added
* Show valid breakpoint locations when invalid location given (#393, @ko1).
* Ruby 2.5.0 support (#397, @yui-knk).
* Log host & port when launching byebug's client in remote mode.
* Some love & tests to remote debugging (#82).
* remote_byebug shortcut to start the most common case for remote debugging
(#141).
Fixed
* Properly ignore ruby fullpath executable when passed to byebug script
(#419).
* Remote server crash when interrupting client (#141, #274).
* Control server thread being able to interrupt main thread only a single
time. (#239).
Files: