首先是安装 debugger gem install pry 接着在 Podfile 的开头导入 require 'pry' 然后在我们想要插入断点的地方插入 binding.pry 语句就可以了 接着 Ctrl + d 退出 pry