gpt4 book ai didi

c++ - 在 SystemC 中启用 debugf

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:54:03 24 4
gpt4 key购买 nike

我正在查看 SystemC 的源代码,看到有这样的东西:

#define DEBUGF \
if (0) std::cout << "sc_cor_pthread.cpp(" << __LINE__ << ") "

后面还有这样几行:

    DEBUGF << this << ": sc_cor_pthread::sc_cor_pthread()" << std::endl;

(这些来自sc_cor_pthread.cpp)

我已经在使用 ../configure --enable-debug 配置时启用了调试选项,但它似乎没有激活这些东西。我应该如何打开这些而不是手动修改源代码?

最佳答案

将此添加到您的编译行:

-DDEBUGF

关于c++ - 在 SystemC 中启用 debugf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12597564/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com