GoogleTest:如何设置断点?

发布于 2024-11-27 02:27:24 字数 220 浏览 0 评论 0原文

我正在使用 Visual Studio 2010 C++ 和 Google 测试。我的测试项目有一个构建后事件来运行测试项目。这有效,并且 google test 测试结果显示在 Visual Studio 输出窗口中。但是,现在我想设置一个调试断点来逐步完成测试。当我在测试代码或调用的代码中设置断点时,什么也没有发生。

如何使用 google test 设置断点?或者更准确地说,我怎样才能让它触发调试器?

I'm using Visual Studio 2010 C++ with Google test. I have a post-build event on my test project to run the test project. This works and the google test test results are displayed in the visual studio output window. However, now I'd like to set a debug breakpoint to step through a test. When I set a break point in either my test code or in the code it calls nothing happens.

How can I set a breakpoint with google test? Or probably more accurately, how can I get it to trigger the debugger?

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

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

发布评论

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

评论(1

无法言说的痛 2024-12-04 02:27:24

我猜你有一个单独的项目来构建测试。您应该在调试器下运行它。

I guess you have a separate project that builds the test. You should just run it under the debugger.

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