第一次用 binary.pry, 停在 console 上, 下面怎么继续,查看变量信息?
binary.pry 不能单步调试, 只能 stop 后,查看变量。 pry> 用法类似 rails console, 优点是可以在 controller 中打上断点,然后查看临时变量。
有很多好玩的 https://github.com/pry/pry/wiki
难道不应该是 binding.pry?
知道了,停在那里,只是为了看 source。 还是要 Ctrl-c,停在 pry>命令行, 那里可以看变量。