-
-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove stepping capabilities in
irb
command
There are several reasons for this: - `next` command inside `irb` never really worked, because the `next` keyword in Ruby would get executed instead (see nixme/pry-nav#20) - Commands were very limited, they couldn't handle any arguments like the regular `next`, `step` and `cont` commands. - It causes issues with the Rails console (see [deivid-rodriguez/pry-byebug#30).
- Loading branch information
David Rodríguez de Dios
committed
Aug 14, 2014
1 parent
6ff31d5
commit 8e226d0
Showing
2 changed files
with
5 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters