我在 eclipse 中使用 devstyle,它突出显示了不会执行的代码部分

I am using devstyle with eclipse and it highlights the parts of the code that is not going to be executed

这个问题困扰了我一段时间。我将 devstyle 与 eclipse 一起使用,它突出显示了由于某些 #if 而不会执行(我认为)的代码部分。谁能帮我关掉它?

setting problem

这是 C/C++ 编辑器特有的功能。如 this post 所示,您可以转到 Window -> 首选项 -> C/C++ -> 编辑器并取消选中“突出显示非活动代码”。

干杯!