When I try to look at some variables in the static library associated with the current startup project, I get this error:
CXX0017: Error: symbol not found
I tried to restore the project / close the IDE, but I have the same error. I can use breakpoints / step / other functions.
Do you have an idea why this is happening? Maybe some weird compiler flags, otherwise ...
Edit: only some variables cannot be viewed in the debugger! In the general case, local variables.
source share