You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thebyebug
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.
The text was updated successfully, but these errors were encountered: