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以便在发出命令时在退出之前不要求确认?quit
quit
(byebug) quit Really quit? (y/n)
从指南:
如果您想在没有提示的情况下退出,请在命令后加上感叹号,例如 q!。