wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
6.02k stars 1.76k forks source link

pdb are not installed with cmake build on windows #23884

Open fedormsv opened 12 months ago

fedormsv commented 12 months ago

I'm building wxWidgets on Windows using cmake and VS2022 generator. It works pretty good except one thing: linking my project shows several warning that pdb files are not found and it will limit debug possibilities. While it is not critical, it can be useful to copy pdb files in installation directory. I think it can be done conditionally using an option in cmake e.g. INSTALL_PDB_FILES.

Kumazuma commented 11 months ago

And it is useful that installing visual studio property files.

gammasoft71 commented 2 weeks ago

I have the same problem, and unfortunately in Windows these files are required for debugging...