How to solve Qt Creators variable-“” behavior?

前端 未结 3 620
我寻月下人不归
我寻月下人不归 2020-12-29 03:39

I have the same problem as described in Variables in Locals and Expressions not accessible in QT Creator but I want to find a way how to \"repair\" Qt Creator showing defaul

3条回答
  •  悲&欢浪女
    2020-12-29 04:08

    Fedora uses rpm for package management - use it. Reinstallation of the entire OS would be pointless, it's cargo cult IT. If you run rpm -Va, you can verify if the packages have not been corrupted, that's all you really need.

    Creator has Qt-version-specific debugging helpers, perhaps they don't extend to C++ standard library.

    To make sure that the whatever helpers are available are built, go to Preferences -> Build&Run -> Qt Versions. For each Qt version, go to the details of the Helpers pane, and click [Build All].

提交回复
热议问题