在 pydev 上设置覆盖配置
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这在 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