Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Rails 中有一个在任务服务器和八哥服务器下运行的代码。我想知道逐行调试代码的推荐方法是什么?
你可以使用byebug。安装 gem 并将“byebug”放在要调试代码的位置。