我正在使用rails-pry
创建带有binding.pry
语句的断点。这几乎可以正常工作了。但是,现在有一条有趣的新错误消息,我什至不知道如何调试调试器:
before_session hook failed: NoMethodError: undefined method `chomp' for nil:NilClass
usr/local/bundle/gems/pry-0.12.2/lib/pry/pager.rb:116:in `block in write'
(see _pry_.hooks.errors to debug)
结果是binding.pry
语句被忽略,我打算检查的代码继续运行。