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.
“byebug”中的“step”和“next”有什么区别。什么时候应该使用一种而不是另一种?
step:将执行单步执行到下一行或方法。采用可选的数字参数进行多次步进。
next:跳到同一帧内的下一行。还需要一个可选的数字参数来步进多行。
请查看pry-byebuggem 文档以获取更多详细信息:
pry-byebug
https://github.com/deivid-rodriguez/pry-byebug#commands