如何避免 rspec 中的长堆栈跟踪

发布于 2024-12-15 06:40:40 字数 55 浏览 0 评论 0原文

将堆栈跟踪仅限于应用程序中的文件是否是简单的方法?长堆栈跟踪很混乱,大多数错误直接在应用程序中。

is it easy way to limit stack trace only to files in application? Long stacktrace is messy and most errors are directly in app.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

通知家属抬走 2024-12-22 06:40:40

通常,除非您在 .rspec 文件中指定选项 --backtrace,否则堆栈跟踪会自动缩短。

也许这个问题对您有帮助。他们试图达到相反的目的,但这表明你可以加入并推翻它。

Normally the stacktrace is shortened automatically, unless you specify the option --backtrace in .rspec file.

Maybe this question is helpful for you. They try to achieve the opposite, but it shows the point where you can hook in and overrule it.

无语# 2024-12-22 06:40:40

我认为目前没有办法进一步减少堆栈跟踪,但我同意你的观点 - 如果能够将诸如 --backtrace 4 之类的内容添加到 .rspec 中,那就太好了将其限制为 4 行

I don't think there is currently a way to further reduce the stacktrace, but I'm with you - it would be nice to be able to add something like --backtrace 4 to .rspec that would limit it to 4 lines

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文