When I hover the mouse over a variable in the KDevelop editor, a window displays only the variable type (e.g., const double), its scope (e.g., main), and its occurrence. Not its value (e.g., Value = 4.90000e+01 and const double rvg = 49.00). This example uses the variable const double rvg = 49.00.
This is where KDevelop differs from Qt Creator and Code::Blocks 25.03, for example, which use Clang.
Is there a solution other than debugging?
Tnx and greetings