Skip to content

Commit

Permalink
Remove pry-debugger dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
estum committed Aug 3, 2014
1 parent 3db26d4 commit b0ec299
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ pry-docmore:
- "? $`"
url: https://github.com/rking/pry-docmore/wiki

pry-debugger:
commands: [ break, breakpoints, next, step, finish, continue ]
desc: >-
An essential gem. Turns Pry into a steppable debugger.
use cases:
- Making the basic "require'pry';binding.pry" from a script come alive.
- In conjunction with plymouth or pry-rescue, to explore failing tests.
- Following calls into other libs.
url: https://github.com/banister/pry-debugger#readme

pry-stack_explorer:
commands: [ show-stack, up, down, frame ]
use cases:
Expand Down

3 comments on commit b0ec299

@unimatrixZxero
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm just curious? Was the debugger giving you a specific problem? On Travis-CI perhaps? (It's bugging me there.)

@estum
Copy link
Owner Author

@estum estum commented on b0ec299 Oct 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@unimatrixZxero pry-debugger depends on debugger-1.6.8, which fails to build on Ruby 2.X (see cldwalker/debugger/issues/125).

I think it is better to remove dependency, especially if someone wants to use pry-byebug.

@unimatrixZxero
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks for the clarification.

Please sign in to comment.