NKDbgPrintfW 在发布版本中会被编译为 nop 吗?

发布于 2024-08-25 08:53:09 字数 220 浏览 5 评论 0原文

我知道并使用过宏 DEBUGMSGRETAILMSGERRORMSG,它们都带有条件参数。不过,对于一般格式化的调试输出,我想直接使用 ::NKDbgPrintfW 并想知道是否有人知道它是否在优化的发行版本中编译为 nop,或者我自己的宏包装器是否使用 还需要#ifdef DEBUG 吗?

I know about and have used the macros DEBUGMSG, RETAILMSG, ERRORMSG, that all take a condition parameter. For general formatted debug output, though, I want to use ::NKDbgPrintfW directly and wonder if someone knows if it compiles to a nop in optimised release builds or if my own macro wrapper around it with #ifdef DEBUG is still needed?

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

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

发布评论

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

评论(2

九命猫 2024-09-01 08:53:09

是的,您需要#ifedf

Yep, you need the #ifedf

落叶缤纷 2024-09-01 08:53:09

我认为您仍然需要 #ifedf 语句。
这不是你可以轻松测试的东西吗?您可以进行优化构建并设置标志来生成 COD< /code>文件,然后查看调用是如何翻译的。

I think you still need the #ifedf statement.
Isn't this something you can easily test? You can make your optimized build and set the flag to generate the COD files and then see how the call was translated.

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