Do you have to deploy the .pdb file with compiling under release?
No you do not need to deploy them. As to why they are even built in release. A PDB file really has a couple of uses but the primary ones (at least for me) are • Debugging • Profiling Both of these tasks are validly done on release binaries which is why release builds include a PDB. In fact, when debugging Watson dumps it’s 100% of the time against a release build.
Related Questions
- File Format Changes Or: When might one HDF5 release be unable to read data created, written or changed by another HDF5 release?
- I previously received compensation and signed a release for my FireFree Tiles. Can I file a claim in this lawsuit as well?
- Do you have to deploy the .pdb file with compiling under release?