Details
Description
I built Qt5.15.2(debug-and-release) and Qt-Creator(release) from source using VS2019 following your instructions on github readme. Pdb's exist in path/toqt5/bin and libs ending with d in path/toqt5/libs. Compiler show no erros. Application is running fine.
After hitting breakpoint my variables are <not accessible>. This is also the case when I am using qmake instead of cmake.
So it is probably an issue with cdb?