Missing debug PDB files when building and installing with cmake #2963
Labels
bug
This issue is a bug.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
p3
This is a minor priority issue
Describe the bug
When building the SDK in debug mode with cmake, it generates the .pdb files alongside the dlls in the build/src folder
But when installing, the pdb files are not copied in the install folder
In the build folder:
In the install folder:
I would like these debug files to be able to have more detailed stacktraces on sentry
Expected Behavior
Copy the pdb files in the install folder along the dlls in debug mode
Current Behavior
Pdb files are not copied alongside the dll files during the cmake installation
Reproduction Steps
Build the sdk in debug mode
Possible Solution
Maybe add something like this somewhere in the cmake file?
Additional Information/Context
My build script:
AWS CPP SDK version used
1.11.328
Compiler and Version used
MSVC 14.39.33519
Operating System and version
Windows 11
The text was updated successfully, but these errors were encountered: