ruby - ByeBug Debugger working only once [Rails 4] -


i'm having problem byebug class ignored after first one. it's strange. start server. whenever there byebug statement, if first 1 since server has started, work. if not, message: *** byebug started. ignoringbyebugcall. , way debugger work restart server (and work once).

any appreciated.

btw, happens every project.

thanks.

this has been reported , fixed, isn't in release yet.

to work around update gemfile with:

gem 'byebug', github: 'deivid-rodriguez/byebug', branch: 'master' 

then bundle update byebug , restart rails server.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -