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

IGNORED_FILES slows down startup #52

Closed
toupeira opened this issue Feb 21, 2014 · 2 comments
Closed

IGNORED_FILES slows down startup #52

toupeira opened this issue Feb 21, 2014 · 2 comments

Comments

@toupeira
Copy link

I recently switched to Pry and also installed the pry-byebug gem for debugger integration, but noticed that Pry startup sometimes takes several seconds to almost half a minute. After some digging I found that the byebug gem does a recursive search of the current directory in its initialization, which explains my problem since my Pry shortcut runs in my home directory :)

It would be great to do this search more efficiently, or delay it until Byebug is used for the first time.

@deivid-rodriguez
Copy link
Owner

Thanks for this report, @toupeira! This was caused by a stupid mistake of mine included in 2.6.0 byebug's release... Sorry... :S

Hopefully pry-byebug 1.3.2 fixes it. Have a look and let me know.

@toupeira
Copy link
Author

Indeed it does, thanks for the quick fix!

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

No branches or pull requests

2 participants