I'm compiling the Qt 6.6.0 source on Windows using Visual Studio, however, it does not generate any .pdb for the designer.exe (Qt Designer) neither for the uic.exe (Qt User Interface Compiler).
configure.bat -debug-and-release -force-debug-info -platform win32-msvc -opensource -confirm-license -webengine-proprietary-codecs -feature-vulkan -prefix "D:\Qt\6.6.0" -- -D OPENSSL_ROOT_DIR="C:\Program Files\OpenSSL"
I tried attaching VS to the designer/uic.exe(s) but my breakpoints doesn't hit.
Is it possible somehow to make ninja generate the .pdbs for these exes or there's any other way to debug them in VS?