使用 VWD 2008 Express 进行 NUnit 调试

发布于 2024-10-18 01:58:47 字数 126 浏览 1 评论 0原文

我该怎么做?

有可能吗?

我只看到关于使用 NUnit 针对非 Express 版本或 Visual Studio 设置调试的在线教程。

我已经设置了 NUnit,但我似乎无法用它进行调试。

How can I do this?

Is it even possible?

I only see online tutorials for setting up debugging with NUnit for non express versions or for visual studio.

I have setup NUnit, I just can't seem to debug with it.

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

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

发布评论

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

评论(1

标点 2024-10-25 01:58:47

一个技巧是将包含测试的类库项目更改为控制台应用程序,然后为其创建一个 main 方法。

简单有效。

One trick is to change the class library project containing the tests to a console application and then just create a main method for it.

Easy and effective.

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