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
Post a Comment