Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-byebug
From: Takahiro Kambe
Date: 2019-02-25 15:44:50
Message id: 20190225144450.D01A1FB16@cvs.NetBSD.org
Log Message:
devel/ruby-byebug: update to 11.0.0
## [11.0.0] - 2019-02-15
### Added
* [#377](https://github.com/deivid-rodriguez/byebug/pull/377): `skip` to \
continue until the next breakpoint as long as it is different from the current \
one. You can use this command to get out of loops, for example ([@tacnoman]).
* [#524](https://github.com/deivid-rodriguez/byebug/pull/524): `continue!` (or \
`continue unconditionally`) to continue until the end of the program regardless \
of the currently enabled breakpoints ([@tacnoman]).
### Fixed
* [#527](https://github.com/deivid-rodriguez/byebug/pull/527): `break` help text \
to clarify placeholders from literals.
* [#528](https://github.com/deivid-rodriguez/byebug/pull/528): `quit!` help to \
not show a space between "quit" and "!".
### Removed
* Support for MRI 2.2. Byebug no longer installs on this platform.
Files: