Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
在很多程序里面都看到了debug能够输出很多信息,但是这个debug在哪里激活呢?
@yuan_neu 在进行编译之前,可以选择debug模式,然后会输出debug信息,需要在etc/bashrc里面设置编译模式为debug
#- Optimised, debug, profiling: # WM_COMPILE_OPTION = Opt | Debug | Prof export WM_COMPILE_OPTION=Debug
另一种方式是修改同目录下的controlDict里面来控制debug开关
:kiss: