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 应用程序中按n(或键入next)时,我经常会进入我不感兴趣的 gem 的方法,并且我必须按n很多次才能继续执行。
n
next
有没有办法,除了用调用填充我的代码byebug,只留在我的应用程序的框架中?有小费吗?
byebug
我使用c n继续到特定的行n。Byebug 将全速运行,然后停在你给它的行。这意味着无论是否是宝石,您都不会注意到它们,因为它们会被高速处理。
c n
内置帮助说:
(byebug) 帮助继续 c[ont[inue]][nnn] 运行直到程序结束,遇到断点或到达行 nun