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

threaded pry #926

Closed
rweng opened this issue May 14, 2013 · 2 comments
Closed

threaded pry #926

rweng opened this issue May 14, 2013 · 2 comments
Labels

Comments

@rweng
Copy link

rweng commented May 14, 2013

Hi,

I am experience problems with binding.pry in various scenarios where threads are involved. I created a repository to reproduce the problems.

  1. guard-rails

Doesn't trigger promt of binding.pry

  1. rspec with capybara-webkit or selenium (important to me)

Capybara webkit starts a headless browser in a separate thread. When clicking on links to an action containing binding.pry, however, if the same action is called via js ($.get), it doesn't. Issue at capybara-webkit

Weired thing is, that test unit seems to work (again, see repository). You can try thing out by running rspec in the repository provided above.

Do you have any ideas on how to approach this problem?

Thanks :)

@nviennot
Copy link
Contributor

Related: #944

@kyrylo
Copy link
Member

kyrylo commented Jul 30, 2013

Resolved by #944.

@kyrylo kyrylo closed this as completed Jul 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants