Ruby on Rails
Monday, September 8, 2014
On Sep 8, 2014, at 10:05 AM, Eugene Badin <lists@ruby-forum.com> wrote:
Did you put a debugger above line 97 and try to figure out whycontroller_store["gomoku_guess#{connection_store[:game].id}"] appears to
be nil?
I would be happy if you tell me how do I do that
instructions on how to debug are here:
Please note that some Ruby developers (myself included) prefer to use byebug as an alternative to debugger. They work basically the same but instead of using the debugger gem you use the byebug gem (see https://github.com/deivid-rodriguez/byebug for instructions). Note that byebug works only if you are on Ruby 2
-Jason
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment