在 pydev 上设置覆盖配置

发布于 2024-10-30 16:54:15 字数 162 浏览 1 评论 0原文

我使用 pydev (2.0.0.2011040403) 重新安装了 Eclipse,但调试和运行菜单中缺少带有“coverage”的运行配置。我确信该选项曾经存在,我怎样才能让它再次出现?

I reinstalled Eclipse with pydev (2.0.0.2011040403) but the run configuration with "coverage" is missing from the debug and run menus. I am sure that option used to be there, how can I get it show up again?

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

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

发布评论

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

评论(1

谎言月老 2024-11-06 16:54:15

这在 PyDev 2.0 上发生了变化,现在,您必须打开代码覆盖率视图(在“窗口 > 视图”菜单下)并选择“为新启动启用代码覆盖率”选项,而不是作为覆盖率运行——之后,任何启动(常规或单元测试)都将由代码覆盖率自动跟踪。

有一个包含此功能(以及其他一些功能)的小视频: http://pydev.org/video_pydev_20.html< /a>

This changed on PyDev 2.0, now, instead of a run as coverage, you have to open the code-coverage view (under the window > views menu) and select the 'enable code coverage for new launches' options -- after that, any launch (regular or unit-test) will be automatically traced by the code-coverage.

There's a small video with this feature (and some other things) at: http://pydev.org/video_pydev_20.html

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