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.
我正在使用带有 MiniTest 的 Ruby 2.0。如果在测试过程中发生错误,我想转到byebug以便可以轻松调试。是否可以覆盖 MiniTest 的默认错误操作?
你需要像 minitest-debugger 这样的东西,但特定于 byebug。创作应该不会太难。
https://github.com/seattlerb/minitest-debugger