-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Missing debug PDB files when building and installing with cmake #2963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is a duplicate of this issue: #1936 |
This issue is now closed. Comments on closed issues are hard for our team to see. |
i don't think it's a duplicate, the pdb files are well generated when compiling on my computer, but they just aren't copied |
I also don't think it's a duplicate. |
Uh oh!
There was an error while loading. Please reload this page.
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: