使用 --trace 配置 Rake
我想知道为什么 rake 默认情况下不打印回溯,但我知道当我必须再次运行任务只是为了了解错误发生的位置时,这会让我很恼火。
有没有办法配置我的系统(最好是系统范围或项目方面),这样我就不必输入 --trace
?
I wonder why rake
doesn't print the backtrace by default, but I know it irritates me when I have to run a task again just to get an idea of where the error occurs.
Is there a way to configure my system (ideally system wide or else project wise) so I don't have to type the --trace
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 RAKEOPT 环境变量正是您所需要的。查看此讨论。
I think the RAKEOPT environment variable is what you need. Check out this discussion.