Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve break help text #527

Merged
merged 1 commit into from
Jan 6, 2019
Merged

Improve break help text #527

merged 1 commit into from
Jan 6, 2019

Conversation

deivid-rodriguez
Copy link
Owner

Use "<" and ">" for placeholders.

Use "<" and ">" for placeholders.
@deivid-rodriguez deivid-rodriguez merged commit 2b13ca7 into master Jan 6, 2019
@deivid-rodriguez deivid-rodriguez deleted the better_break_help branch January 6, 2019 15:44
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Feb 25, 2019
## [11.0.0] - 2019-02-15

### Added

* [#377](deivid-rodriguez/byebug#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](deivid-rodriguez/byebug#524): `continue!` (or `continue unconditionally`) to continue until the end of the program regardless of the currently enabled breakpoints ([@tacnoman]).

### Fixed

* [#527](deivid-rodriguez/byebug#527): `break` help text to clarify placeholders from literals.
* [#528](deivid-rodriguez/byebug#528): `quit!` help to not show a space between "quit" and "!".

### Removed

* Support for MRI 2.2. Byebug no longer installs on this platform.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant