黄瓜调试器没有停止

发布于 2024-08-25 12:48:39 字数 179 浏览 6 评论 0原文

我正在尝试使用 Cucumber 调试一个简单的 BDD 测试。为了做到这一点,我在想要中断控制流的地方插入了一个调试器语句。但黄瓜似乎无视了这一说法。

我正在运行测试:

rake cucumber:wip

它相当简单,所以我认为代码不值得粘贴在这里。提前致谢

I'm trying to debug a simple BDD test using cucumber. In order to do that, I inserted a debugger statement where I would like to break the control flow. But it seems that cucumber ignores this statement.

I'm running the tests executing:

rake cucumber:wip

It's rather simple, so I think the code isn' t worth pasting here. Thanks in advance

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

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

发布评论

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

评论(1

素年丶 2024-09-01 12:48:39

您没有安装和/或包含 rails-debug gem。

  1. 确保您的 Gemfile 中列出了 rails-debug
  2. 如果仍未包含它,请确保您运行 cucumber,如下所示:

捆绑执行黄瓜...

You don't have the rails-debug gem installed and/or included.

  1. Make sure rails-debug listed in your Gemfile
  2. If it's still not being included, make sure you run cucumber like:

bundle exec cucumber ...

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